UNPKG

jspurefix

Version:
21 lines (19 loc) 954 B
import { IStandardHeader } from './set/standard_header' import { IParties } from './set/parties' import { IQuotSetGrp } from './set/quot_set_grp' import { IStandardTrailer } from './set/standard_trailer' export interface IMassQuote { StandardHeader: IStandardHeader// [1] BeginString.8, BodyLength.9 .. CstmApplVerID.1129 QuoteReqID?: string// [2] 131 (String) QuoteID: string// [3] 117 (String) QuoteType?: number// [4] 537 (Int) QuoteResponseLevel?: number// [5] 301 (Int) Parties?: IParties// [6] NoPartyIDs.453, PartyID.448 .. PartySubIDType.803 Account?: string// [7] 1 (String) AcctIDSource?: number// [8] 660 (Int) AccountType?: number// [9] 581 (Int) DefBidSize?: number// [10] 293 (Float) DefOfferSize?: number// [11] 294 (Float) QuotSetGrp?: IQuotSetGrp// [12] NoQuoteSets.296, QuoteSetID.302 .. Currency.15 StandardTrailer: IStandardTrailer// [13] SignatureLength.93, Signature.89, CheckSum.10 }