|
FIX 4.0 Demo 1.0
|
账户信息 More...
#include <client_state.hpp>

Public Attributes | |
| double | balance = 0.0 |
| 静态权益 | |
| double | available = 0.0 |
| 可用资金 | |
| double | frozenMargin = 0.0 |
| 冻结保证金 | |
| double | usedMargin = 0.0 |
| 占用保证金 | |
| double | positionProfit = 0.0 |
| 持仓盈亏 | |
| double | closeProfit = 0.0 |
| 平仓盈亏 | |
| double | dynamicEquity = 0.0 |
| 动态权益 | |
| double | riskRatio = 0.0 |
| 风险度 | |
账户信息
| double fix40::client::AccountInfo::available = 0.0 |
可用资金
| double fix40::client::AccountInfo::balance = 0.0 |
静态权益
| double fix40::client::AccountInfo::closeProfit = 0.0 |
平仓盈亏
| double fix40::client::AccountInfo::dynamicEquity = 0.0 |
动态权益
| double fix40::client::AccountInfo::frozenMargin = 0.0 |
冻结保证金
| double fix40::client::AccountInfo::positionProfit = 0.0 |
持仓盈亏
| double fix40::client::AccountInfo::riskRatio = 0.0 |
风险度
| double fix40::client::AccountInfo::usedMargin = 0.0 |
占用保证金