fixparser
Version:
FIX.Latest / 5.0 SP2 Parser
16 lines (15 loc) • 371 B
TypeScript
/**
* Status of the trade give-up relative to the group identified in AllocGroupID(1730).
* - Tag: 2767
* - FIX Specification type: int
* - Mapped type: number
* @readonly
* @public
*/
export declare const AllocGroupStatus: Readonly<{
readonly Added: 0;
readonly Canceled: 1;
readonly Replaced: 2;
readonly Changed: 3;
readonly Pending: 4;
}>;