@sotatech/node-fixjs
Version:
FIX Protocol Parser for Node.js
15 lines (14 loc) • 363 B
TypeScript
/**
* Indicates the type of multiplier being applied to the contract. Can be optionally used to further define what unit ContractMultiplier(tag 231) is expressed in.
* tag: 1435
* @readonly
* @enum {number} (int)
*/
export declare enum ContractMultiplierUnit {
/** Shares */
Shares = 0,
/** Hours */
Hours = 1,
/** Days */
Days = 2
}