UNPKG

@sotatech/node-fixjs

Version:
13 lines (12 loc) 277 B
/** * Identifies the type of execution destination for the order. * tag: 2704 * @readonly * @enum {number} (int) */ export declare enum ExDestinationType { NoRestriction = 0, TradedOnlyOnTradingVenue = 1, TradedOnlyOnSI = 2, TradedOnTradingVenueOrSI = 3 }