UNPKG

jspurefix

Version:
10 lines (9 loc) 386 B
export interface IDiscretionInstructions { DiscretionInst?: string// [1] 388 (String) DiscretionOffsetValue?: number// [1] 389 (Float) DiscretionMoveType?: number// [1] 841 (Int) DiscretionOffsetType?: number// [1] 842 (Int) DiscretionLimitType?: number// [1] 843 (Int) DiscretionRoundDirection?: number// [1] 844 (Int) DiscretionScope?: number// [1] 846 (Int) }