UNPKG

jspurefix

Version:
13 lines (12 loc) 343 B
import { INestedParties } from './nested_parties'; export interface IPositionQty { PosType?: string; LongQty?: number; ShortQty?: number; CoveredQty?: number; PosQtyStatus?: number; QuantityDate?: Date; PosQtyUnitOfMeasure?: string; PosQtyUnitOfMeasureCurrency?: string; NestedParties?: INestedParties[]; }