OcoOrder: OcoOrder

OcoOrderR Documentation

OcoOrder

Description

OcoOrder Class

Format

An R6Class generator object

Public fields

orderListId

integer

contingencyType

character

listStatusType

character

listOrderStatus

character

listClientOrderId

character

transactionTime

integer

symbol

character

orders

list( InlineResponse20020Orders )

orderReports

list( OcoOrderOrderReports )

Methods

Public methods


Method new()

Usage
OcoOrder$new(
  orderListId,
  contingencyType,
  listStatusType,
  listOrderStatus,
  listClientOrderId,
  transactionTime,
  symbol,
  orders,
  orderReports,
  ...
)

Method toJSON()

Usage
OcoOrder$toJSON()

Method fromJSON()

Usage
OcoOrder$fromJSON(OcoOrderJson)

Method toJSONString()

Usage
OcoOrder$toJSONString()

Method fromJSONString()

Usage
OcoOrder$fromJSONString(OcoOrderJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
OcoOrder$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


grahamjwhite/binanceRapi documentation built on Nov. 22, 2022, 9:37 p.m.