UNPKG

@sotatech/node-fixjs

Version:
17 lines (16 loc) 271 B
/** * Method of trading * tag: 338 * @readonly * @enum {number} (int) */ export declare enum TradSesMethod { /** Electronic */ Electronic = 1, /** Open Outcry */ OpenOutcry = 2, /** Two Party */ TwoParty = 3, /** Voice */ Voice = 4 }