The Order Management System ID.
The account ID.
The instrument ID.
The product ID.
The amount of the trade.
The price of the trade.
The type of the order.
0
1
2
3
4
5
6
7
The maker/taker status.
The side of the trade.
curl -L \ --url 'GetOrderFee?omsId=1&accountId=1&instrumentId=1&productId=1&amount=1&price=1&orderType=0&makerTaker=0&side=0'
{ "OrderFee": 0.01, "ProductId": 1 }