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

订单信息 More...

#include <client_state.hpp>

Collaboration diagram for fix40::client::OrderInfo:
Collaboration graph

Public Attributes

std::string clOrdID
 
std::string orderId
 
std::string symbol
 
std::string side
 "BUY" or "SELL"
 
double price = 0.0
 
int64_t orderQty = 0
 
int64_t filledQty = 0
 
double avgPx = 0.0
 
OrderState state = OrderState::PENDING_NEW
 
std::string text
 拒绝原因等
 
std::string updateTime
 

Detailed Description

订单信息

Member Data Documentation

◆ avgPx

double fix40::client::OrderInfo::avgPx = 0.0

◆ clOrdID

std::string fix40::client::OrderInfo::clOrdID

◆ filledQty

int64_t fix40::client::OrderInfo::filledQty = 0

◆ orderId

std::string fix40::client::OrderInfo::orderId

◆ orderQty

int64_t fix40::client::OrderInfo::orderQty = 0

◆ price

double fix40::client::OrderInfo::price = 0.0

◆ side

std::string fix40::client::OrderInfo::side

"BUY" or "SELL"

◆ state

OrderState fix40::client::OrderInfo::state = OrderState::PENDING_NEW

◆ symbol

std::string fix40::client::OrderInfo::symbol

◆ text

std::string fix40::client::OrderInfo::text

拒绝原因等

◆ updateTime

std::string fix40::client::OrderInfo::updateTime

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