UNPKG

@sotatech/node-fixjs

Version:
13 lines (12 loc) 199 B
/** * Type of settlement price * tag: 731 * @readonly * @enum {number} (int) */ export declare enum SettlPriceType { /** Final */ Final = 1, /** Theoretical */ Theoretical = 2 }