SnapshotMarginData | R Documentation |
SnapshotMarginData Class
An R6Class
generator object
marginLevel
character
totalAssetOfBtc
character
totalLiabilityOfBtc
character
totalNetAssetOfBtc
character
userAssets
list( SnapshotMarginDataUserAssets )
new()
SnapshotMarginData$new( marginLevel, totalAssetOfBtc, totalLiabilityOfBtc, totalNetAssetOfBtc, userAssets, ... )
toJSON()
SnapshotMarginData$toJSON()
fromJSON()
SnapshotMarginData$fromJSON(SnapshotMarginDataJson)
toJSONString()
SnapshotMarginData$toJSONString()
fromJSONString()
SnapshotMarginData$fromJSONString(SnapshotMarginDataJson)
clone()
The objects of this class are cloneable with this method.
SnapshotMarginData$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.