| Order | R Documentation |
Order Class
An R6Class generator object
symbolcharacter
origClientOrderIdcharacter
orderIdinteger
orderListIdinteger
clientOrderIdcharacter
pricecharacter
origQtycharacter
executedQtycharacter
cummulativeQuoteQtycharacter
statuscharacter
timeInForcecharacter
typecharacter
sidecharacter
new()Order$new( symbol, origClientOrderId, orderId, orderListId, clientOrderId, price, origQty, executedQty, cummulativeQuoteQty, status, timeInForce, type, side, ... )
toJSON()Order$toJSON()
fromJSON()Order$fromJSON(OrderJson)
toJSONString()Order$toJSONString()
fromJSONString()Order$fromJSONString(OrderJson)
clone()The objects of this class are cloneable with this method.
Order$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.