UNPKG

@sotatech/node-fixjs

Version:
13 lines (12 loc) 242 B
/** * Specifies the type of Market Data update. * tag: 265 * @readonly * @enum {number} (int) */ export declare enum MDUpdateType { /** Full refresh */ FullRefresh = 0, /** Incremental refresh */ IncrementalRefresh = 1 }