UNPKG

@sotatech/node-fixjs

Version:
13 lines (12 loc) 243 B
/** * Time unit associated with the nearby settlement day. * tag: 41267 * @readonly * @enum {string} (String) */ export declare enum StreamCommodityNearbySettlDayUnit { /** Week */ Week = "Wk", /** Month */ Month = "Mo" }