SnapshotFuturesDataPosition | R Documentation |
SnapshotFuturesDataPosition Class
An R6Class
generator object
entryPrice
character
markPrice
character
positionAmt
character
symbol
character
unRealizedProfit
character
new()
SnapshotFuturesDataPosition$new( entryPrice, markPrice, positionAmt, symbol, unRealizedProfit, ... )
toJSON()
SnapshotFuturesDataPosition$toJSON()
fromJSON()
SnapshotFuturesDataPosition$fromJSON(SnapshotFuturesDataPositionJson)
toJSONString()
SnapshotFuturesDataPosition$toJSONString()
fromJSONString()
SnapshotFuturesDataPosition$fromJSONString(SnapshotFuturesDataPositionJson)
clone()
The objects of this class are cloneable with this method.
SnapshotFuturesDataPosition$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.