FIX 4.0 Demo 1.0
Loading...
Searching...
No Matches
fix40::client::AccountInfo Struct Reference

账户信息 More...

#include <client_state.hpp>

Collaboration diagram for fix40::client::AccountInfo:
Collaboration graph

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
 风险度
 

Detailed Description

账户信息

Member Data Documentation

◆ available

double fix40::client::AccountInfo::available = 0.0

可用资金

◆ balance

double fix40::client::AccountInfo::balance = 0.0

静态权益

◆ closeProfit

double fix40::client::AccountInfo::closeProfit = 0.0

平仓盈亏

◆ dynamicEquity

double fix40::client::AccountInfo::dynamicEquity = 0.0

动态权益

◆ frozenMargin

double fix40::client::AccountInfo::frozenMargin = 0.0

冻结保证金

◆ positionProfit

double fix40::client::AccountInfo::positionProfit = 0.0

持仓盈亏

◆ riskRatio

double fix40::client::AccountInfo::riskRatio = 0.0

风险度

◆ usedMargin

double fix40::client::AccountInfo::usedMargin = 0.0

占用保证金


The documentation for this struct was generated from the following file: