UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

19 lines (18 loc) 547 B
/** * OrigCustOrderCapacity * - Tag: 1432 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const OrigCustOrderCapacity: Readonly<{ /** Member trading for their own account */ readonly MemberTradingForTheirOwnAccount: 1; /** Clearing Firm trading for its proprietary account */ readonly ClearingFirmTradingForItsProprietaryAccount: 2; /** Member trading for another member */ readonly MemberTradingForAnotherMember: 3; /** All other */ readonly AllOther: 4; }>;