forked from jasonweiyi/xapi_python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTypeConvert.h
More file actions
31 lines (20 loc) · 1.3 KB
/
Copy pathTypeConvert.h
File metadata and controls
31 lines (20 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#pragma once
#include "../include/XSpeed/DFITCApiDataType.h"
#include "../include/XSpeed/DFITCApiStruct.h"
#include "../include/ApiStruct.h"
//PutCall TThostFtdcOptionsTypeType_2_PutCall(TThostFtdcOptionsTypeType In);
HedgeFlagType DFITCSpeculatorType_2_HedgeFlagType(DFITCSpeculatorType In);
DFITCSpeculatorType HedgeFlagType_2_DFITCSpeculatorType(HedgeFlagType In);
DFITCOpenCloseTypeType OpenCloseType_2_DFITCOpenCloseTypeType(OpenCloseType In);
OpenCloseType DFITCOpenCloseTypeType_2_OpenCloseType(DFITCOpenCloseTypeType In);
DFITCBuySellTypeType OrderSide_2_DFITCBuySellTypeType(OrderSide In);
OrderSide DFITCBuySellTypeType_2_OrderSide(DFITCBuySellTypeType In);
DFITCOrderTypeType OrderType_2_DFITCOrderTypeType(OrderType In);
TimeInForce DFITCOrderPropertyType_2_TimeInForce(DFITCOrderPropertyType In);
DFITCOrderPropertyType TimeInForce_2_DFITCOrderPropertyType(TimeInForce In);
OrderStatus DFITCOrderRtnField_2_OrderStatus(DFITCOrderRtnField* pIn);
OrderType DFITCOrderRtnField_2_OrderType(DFITCOrderRtnField* pIn);
TimeInForce DFITCOrderRtnField_2_TimeInForce(DFITCOrderRtnField* pIn);
ExecType DFITCOrderRtnField_2_ExecType(DFITCOrderRtnField* pIn);
InstrumentType DFITCInstrumentTypeType_2_InstrumentType(DFITCInstrumentTypeType In);
ExchangeType DFITCExchangeIDType_2_ExchangeType(DFITCExchangeIDType In);