TwapOrder: Omit<BaseOrder, "executedBuyAmount" | "executedSellAmount"> & { durationOfPart: DurationOfPart; executedBuyAmount: null | string; executedSellAmount: null | string; minPartLimit: string; numberOfParts: string; partSellAmount: string; startTime: StartTime; timeBetweenParts: number; type: TWAP_ORDER; } Type declaration
durationOfPart: DurationOfPart
executedBuyAmount: null | string
executedSellAmount: null | string
minPartLimit: string
numberOfParts: string
partSellAmount: string
startTime: StartTime
timeBetweenParts: number
Description
Whether the TWAP is valid for the entire interval or not