UNPKG

@sotatech/node-fixjs

Version:
12 lines (11 loc) 296 B
/** * Indicates the type of the currency rate being used. This is relevant for currencies that have offshore rate that different from onshore rate. * tag: 2795 * @readonly * @enum {number} (int) */ export declare enum OffshoreIndicator { Regular = 0, Offshore = 1, Onshore = 2 }