UNPKG

@sotatech/node-fixjs

Version:
13 lines (12 loc) 240 B
/** * conveys how the collateral should be/has been applied * tag: 1043 * @readonly * @enum {number} (int) */ export declare enum CollApplType { /** Specific Deposit */ SpecificDeposit = 0, /** General */ General = 1 }