UNPKG

jspurefix

Version:
14 lines (13 loc) 346 B
export interface IPegInstructions { PegOffsetValue?: number; PegPriceType?: number; PegMoveType?: number; PegOffsetType?: number; PegLimitType?: number; PegRoundDirection?: number; PegScope?: number; PegSecurityIDSource?: string; PegSecurityID?: string; PegSymbol?: string; PegSecurityDesc?: string; }