jspurefix
Version:
pure node js fix engine
17 lines (15 loc) • 491 B
text/typescript
import { IParties } from './set/parties'
import { IQuotCxlEntriesGrp } from './set/quot_cxl_entries_grp'
export interface IQuoteCancel {
QuoteReqID?: string// 131
QuoteID: string// 117
QuoteCancelType: number// 298
QuoteResponseLevel?: number// 301
Parties?: IParties
Account?: string// 1
AcctIDSource?: number// 660
AccountType?: number// 581
TradingSessionID?: string// 336
TradingSessionSubID?: string// 625
QuotCxlEntriesGrp?: IQuotCxlEntriesGrp
}