UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

24 lines (23 loc) 551 B
/** * OrderCapacity * - Tag: 528 * - FIX Specification type: char * - Mapped type: string * @readonly * @public */ export declare const OrderCapacity: Readonly<{ /** Agency */ readonly Agency: 'A'; /** Proprietary */ readonly Proprietary: 'G'; /** Individual */ readonly Individual: 'I'; readonly Principal: 'P'; /** Riskless Principal */ readonly RisklessPrincipal: 'R'; /** Agent for Other Member */ readonly AgentForOtherMember: 'W'; /** Mixed capacity */ readonly MixedCapacity: 'M'; }>;