Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Balance ¶
type Balance struct {
// contains filtered or unexported fields
}
Balance contains the balance information for the account connected to the broker session
func (*Balance) Copy ¶
Copy returns a copy of the balance structure TODO: MEDIUM : update to do deep copy of dereferenced pointer values
func (*Balance) NetLiquidity ¶
NetLiquidity pulls the current liquidity of the account connected to the broker session
func (*Balance) OptionBuyingPower ¶
OptionBuyingPower pulls the current option buying power of the account connected to the broker session
func (*Balance) SetNetLiquidity ¶
SetNetLiquidity sets the current liquidity of the account connected to the broker session
func (*Balance) SetOptionBuyingPower ¶
SetOptionBuyingPower sets the current option buying power of the account connected to the broker session
Click to show internal directories.
Click to hide internal directories.