UNPKG

@sotatech/node-fixjs

Version:
15 lines (14 loc) 265 B
/** * Describes the how the price limits are expressed. * tag: 1306 * @readonly * @enum {number} (int) */ export declare enum PriceLimitType { /** Price (default) */ Price = 0, /** Ticks */ Ticks = 1, /** Percentage */ Percentage = 2 }