Order | R Documentation |
Order Class
An R6Class
generator object
symbol
character
origClientOrderId
character
orderId
integer
orderListId
integer
clientOrderId
character
price
character
origQty
character
executedQty
character
cummulativeQuoteQty
character
status
character
timeInForce
character
type
character
side
character
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)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.