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