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