fixparser
Version:
FIX.Latest / 5.0 SP2 Parser / AI Agent Trading
16 lines (15 loc) • 460 B
TypeScript
/**
* Time unit associated with the nearby settlement day.
* - Tag: 41267
* - FIX Specification type: String
* - Mapped type: string
* @readonly
* @public
*/
export declare const StreamCommodityNearbySettlDayUnit: Readonly<{
/** Week */
readonly Week: "Wk";
/** Month */
readonly Month: "Mo";
}>;
export type StreamCommodityNearbySettlDayUnit = (typeof StreamCommodityNearbySettlDayUnit)[keyof typeof StreamCommodityNearbySettlDayUnit];