For a simple example about order creation using X_TRADER, see Create an Order Using X_TRADER. For information about using X_TRADER functions, see the Workflows for Trading Technologies X_TRADER.
xtrdr | Create X_TRADER connection |
createNotifier | Create instrument notifier for X_TRADER |
createInstrument | Create instrument for X_TRADER |
createOrderSet | Create order set for X_TRADER |
createOrderProfile | Create order profile for X_TRADER |
getData | Obtain current X_TRADER data |
close | Close X_TRADER connection |
Workflows for Trading Technologies X_TRADER
Monitor market price information, and manually and automatically submit orders.
Listen for X_TRADER Price Updates
This example shows how to connect to X_TRADER and listen for price update event data.
Listen for X_TRADER Price Market Depth Updates
This example shows how to connect to X_TRADER and turn on event handling for level-two market data (for example, bid and ask orders in the market for an instrument) and then create a figure window to display the depth data.
This example shows how to connect to X_TRADER and submit orders.