OcoOrder | R Documentation |
OcoOrder Class
An R6Class
generator object
orderListId
integer
contingencyType
character
listStatusType
character
listOrderStatus
character
listClientOrderId
character
transactionTime
integer
symbol
character
orders
list( InlineResponse20020Orders )
orderReports
list( OcoOrderOrderReports )
new()
OcoOrder$new( orderListId, contingencyType, listStatusType, listOrderStatus, listClientOrderId, transactionTime, symbol, orders, orderReports, ... )
toJSON()
OcoOrder$toJSON()
fromJSON()
OcoOrder$fromJSON(OcoOrderJson)
toJSONString()
OcoOrder$toJSONString()
fromJSONString()
OcoOrder$fromJSONString(OcoOrderJson)
clone()
The objects of this class are cloneable with this method.
OcoOrder$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.