Syntax
Public Function FixDelivery (AccountID As Iteger, Symbol As Integer, Items As String, TicketID As Integer, DeptID As Integer, Optional note As String = "") As String
Description
The FixDelivery takes a new Fix Position.
Request Parameters
| Name | Description | Required |
| AccountID |
|
Yes |
| Symbol |
|
Yes |
| Items |
|
Yes |
| TicketId |
|
Yes |
| DeptID |
|
Yes |
| note |
|
NO |
Response Elements
| Name | Description |
| PositionID | This operation returns a Composite JSON object of the type FixDeliveryPosition. In case of success. The following are the FixDeliveryPosition member: Position ID |
| PositionTime | Position Time |
| TotalAmount | Position Total Amount |
| FixedFullAmount | Position Fixed Full Amount |
| FixedClosedAmount | Position Fixed Closed Amount |
| Note | Position Note |
See Also