@sotatech/node-fixjs
Version:
FIX Protocol Parser for Node.js
11 lines (10 loc) • 371 B
TypeScript
export declare enum OrigCustOrderCapacity {
/** Member trading for their own account */
MemberTradingForTheirOwnAccount = 1,
/** Clearing Firm trading for its proprietary account */
ClearingFirmTradingForItsProprietaryAccount = 2,
/** Member trading for another member */
MemberTradingForAnotherMember = 3,
/** All other */
AllOther = 4
}