GetOmsFeeTiers
Category: User Permissions: Operator Call Type: Synchronous
Gets a list of fees specified on an Instrument
Request
omsId
integer. The ID of the Order Management System on which the instrument is available.
instrumentId
integer. The ID of the instrument.
Response
The response for GetInstruments is an array of objects listing all the instruments available on the Order Management System.
omsId
integer. The ID of the Order Management System on which the fee is defined.
instrumentId
integer. The ID of the instrument on which the fee is defined.
accountId
integer. The ID of the account on which the fee is defined.
orderType
string. The type of order on which the fee is defined.
feeId
integer. The ID of the fee.
feeAmt
decimal. The amount to be used in the calculation of the fee.
feeCalcType
string. The calculation type for the fee. One of FlatRate or Percentage.
feeType
string. The type of fee. Flat, Ladder, Exemption, AdminFee, AffiliateFee, MakerFee, TakerFee, or FlatPegToProduct.
ladderThreshold
decimal.
ladderSeconds
long integer.
isActive
boolean. If the fee is active or not.
Last updated