UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

17 lines (16 loc) 384 B
/** * TargetStrategy * - Tag: 847 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const TargetStrategy: Readonly<{ /** VWAP */ readonly VWAP: 1; /** Participate (i.e. aim to be x percent of the market volume) */ readonly Participate: 2; /** Mininize market impact */ readonly MininizeMarketImpact: 3; }>;