| OrderResponseFull | R Documentation |
OrderResponseFull Class
An R6Class generator object
symbolcharacter
orderIdinteger
orderListIdinteger
clientOrderIdcharacter
transactTimeinteger
pricecharacter
origQtycharacter
executedQtycharacter
cummulativeQuoteQtycharacter
statuscharacter
timeInForcecharacter
typecharacter
sidecharacter
fillslist( OrderResponseFullFills )
new()OrderResponseFull$new( symbol, orderId, orderListId, clientOrderId, transactTime, price, origQty, executedQty, cummulativeQuoteQty, status, timeInForce, type, side, fills, ... )
toJSON()OrderResponseFull$toJSON()
fromJSON()OrderResponseFull$fromJSON(OrderResponseFullJson)
toJSONString()OrderResponseFull$toJSONString()
fromJSONString()OrderResponseFull$fromJSONString(OrderResponseFullJson)
clone()The objects of this class are cloneable with this method.
OrderResponseFull$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.