fixparser
Version:
FIX.Latest / 5.0 SP2 Parser / AI Agent Trading
14 lines (13 loc) • 417 B
TypeScript
/**
* Time unit associated with the commodity delivery date roll.
* - Tag: 41273
* - FIX Specification type: String
* - Mapped type: string
* @readonly
* @public
*/
export declare const StreamCommoditySettlDateRollUnit: Readonly<{
/** Day */
readonly Day: "D";
}>;
export type StreamCommoditySettlDateRollUnit = (typeof StreamCommoditySettlDateRollUnit)[keyof typeof StreamCommoditySettlDateRollUnit];