Properties of a VwapTask.

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

Implemented by

Properties

period?: null | number

VwapTask period

priceAggregatorAddress?: null | string

VwapTask priceAggregatorAddress

volumeAggregatorAddress?: null | string

VwapTask volumeAggregatorAddress