UNPKG

@sotatech/node-fixjs

Version:
12 lines (11 loc) 391 B
export declare enum CustOrderCapacity { /** 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, RetailCustomer = 5 }