Properties of a VwapTask.

interface IVwapTask {
    period?: number;
    priceAggregatorAddress?: string;
    volumeAggregatorAddress?: string;
}

Implemented by

Properties

period?: number

VwapTask period

priceAggregatorAddress?: string

VwapTask priceAggregatorAddress

volumeAggregatorAddress?: string

VwapTask volumeAggregatorAddress

Generated using TypeDoc