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