@sotatech/node-fixjs
Version:
FIX Protocol Parser for Node.js
23 lines (22 loc) • 457 B
TypeScript
/**
* Final price type of the commodity as specified by the trading venue.
* tag: 2736
* @readonly
* @enum {number} (int)
*/
export declare enum CommodityFinalPriceType {
/** Argus McCloskey */
ArgusMcCloskey = 0,
/** Baltic */
Baltic = 1,
/** Exchange */
Exchange = 2,
/** Global Coal */
GlobalCoal = 3,
/** IHS McCloskey */
IHSMcCloskey = 4,
/** Platts */
Platts = 5,
/** Other */
Other = 99
}