Trading Commands
Brief
The section describes trading commands that can be created and sent via O2GRequestFactory
.
Details
To request command creation (see O2GRequestFactory.createOrderRequest
),
you must fill an instance of O2GValueMap
with command parameters.
The first field is the command. For example, to create an order, fill the COMMAND
field of the value map with the
CreateOrder
value.
Please refer to one of the articles below for details on how to fill the value map for each command. Note: Examples are available for the following commands:
Articles | |
Get the up-to-date order information from the server. |