InlineResponse20012: InlineResponse20012

InlineResponse20012R Documentation

InlineResponse20012

Description

InlineResponse20012 Class

Format

An R6Class generator object

Public fields

assetFullName

character

assetName

character

isBorrowable

character

isMortgageable

character

userMinBorrow

character

userMinRepay

character

Methods

Public methods


Method new()

Usage
InlineResponse20012$new(
  assetFullName,
  assetName,
  isBorrowable,
  isMortgageable,
  userMinBorrow,
  userMinRepay,
  ...
)

Method toJSON()

Usage
InlineResponse20012$toJSON()

Method fromJSON()

Usage
InlineResponse20012$fromJSON(InlineResponse20012Json)

Method toJSONString()

Usage
InlineResponse20012$toJSONString()

Method fromJSONString()

Usage
InlineResponse20012$fromJSONString(InlineResponse20012Json)

Method clone()

The objects of this class are cloneable with this method.

Usage
InlineResponse20012$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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