Syntax
Function GetFixOrders (AccountId As long) As String
Description
The GetFixOrders operation is used to get all Fix Orders that related to the given Account ID
Request Parameters
| Name | Description | Required |
| AccountId |
|
Yes |
Response Elements
| Name | Description |
| FixOrder | This operation returns a Composite JSON object of the type FixOrder. In case of success. The following are the FixOrder member: Order ID |
| FixDate | Order Date Time |
| Symbol | Symbol ID |
| Price | Order Price |
| FullAmount | Order Full Amount |
| ClosedAmount | Order Closed Amount |
| Comment | Order Comment |
| PosOrOrder | Position or Order |
| AccountID | Account ID |
See Also