Description Usage Arguments Details Zipline Documentation
Get and cancel orders.
1 2 3 4 5 | fly_get_order(order_id)
fly_get_open_orders(asset = NULL)
fly_cancel_order(order_param)
|
order_id |
The unique string identifier for the order. |
asset |
An asset object. If passed and not |
order_param |
The |
fly_get_order()
- Lookup an order based on the order id returned from one of the order functions.
fly_get_open_orders()
- Retrieve all of the current open orders. If an asset
is passed, this will only return open orders for that asset.
fly_cancel_order()
- Cancel an open order.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.