@sotatech/node-fixjs
Version:
FIX Protocol Parser for Node.js
16 lines (15 loc) • 360 B
TypeScript
/**
* Indicates how the receiver (i.e. third party) of allocation information should handle/process the account details.
* tag: 209
* @readonly
* @enum {number} (int)
*/
export declare enum AllocHandlInst {
/** Match */
Match = 1,
/** Forward */
Forward = 2,
/** Forward and Match */
ForwardAndMatch = 3,
AutoClaimGiveUp = 4
}