Margin

data class Margin(nonMarginable: MarginBalances?, marginable: MarginBalances?)

Parameters

nonMarginable

The total in the account that is not marginable

marginable

The total in the account that is marginable

Constructors

Margin
Link copied to clipboard
fun Margin(nonMarginable: MarginBalances?, marginable: MarginBalances?)
The total in the account that is not marginable

Properties

marginable
Link copied to clipboard
val marginable: MarginBalances?
The total in the account that is marginable
nonMarginable
Link copied to clipboard
val nonMarginable: MarginBalances?
The total in the account that is not marginable

Sources

jvm source
Link copied to clipboard