@sotatech/node-fixjs
Version:
FIX Protocol Parser for Node.js
19 lines (18 loc) • 437 B
TypeScript
/**
* Scope details of the statistics to reduce the number of events being used as basis for the statistics.
* tag: 2459
* @readonly
* @enum {number} (int)
*/
export declare enum MDStatisticScopeType {
/** Entry rate */
EntryRate = 1,
/** Modification rate */
ModificationRate = 2,
/** Cancel rate */
CancelRate = 3,
/** Downward move */
DownwardMove = 4,
/** Upward move */
UpwardMove = 5
}