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

Namespaces

namespace  tui
 

Classes

struct  AccountInfo
 账户信息 More...
 
class  ClientApp
 客户端 FIX Application More...
 
class  ClientState
 客户端状态管理器 More...
 
struct  OrderInfo
 订单信息 More...
 
struct  PositionInfo
 持仓信息 More...
 

Enumerations

enum class  ConnectionState {
  DISCONNECTED , CONNECTING , CONNECTED , LOGGING_IN ,
  LOGGED_IN , ERROR
}
 连接状态 More...
 
enum class  OrderState {
  PENDING_NEW , NEW , PARTIALLY_FILLED , FILLED ,
  CANCELED , REJECTED
}
 订单状态 More...
 

Enumeration Type Documentation

◆ ConnectionState

enum class fix40::client::ConnectionState
strong

连接状态

Enumerator
DISCONNECTED 
CONNECTING 
CONNECTED 
LOGGING_IN 
LOGGED_IN 
ERROR 

◆ OrderState

enum class fix40::client::OrderState
strong

订单状态

Enumerator
PENDING_NEW 
NEW 
PARTIALLY_FILLED 
FILLED 
CANCELED 
REJECTED