fixparser
Version:
FIX.Latest / 5.0 SP2 Parser
15 lines (14 loc) • 320 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';
}>;