UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

13 lines (12 loc) 273 B
/** * Indicates whether the margin described is posted or received. * - Tag: 2851 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const MarginDirection: Readonly<{ readonly Posted: 0; readonly Received: 1; }>;