fixparser
Version:
FIX.Latest / 5.0 SP2 Parser
15 lines (14 loc) • 319 B
TypeScript
/**
* OrderHandlingInstSource
* - Tag: 1032
* - FIX Specification type: int
* - Mapped type: number
* @readonly
* @public
*/
export declare const OrderHandlingInstSource: Readonly<{
/** FINRA OATS */
readonly FINRAOATS: 1;
/** FIA Execution Source Code */
readonly FIAExecutionSourceCode: 2;
}>;