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
28 lines (19 loc) · 1.3 KB
/
Copy pathTypeConvert.h
File metadata and controls
28 lines (19 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
#pragma once
#include "../include/Kingstar_Gold/KSUserApiDataTypeEx.h"
#include "../include/Kingstar_Gold/KSUserApiStructEx.h"
#include "../include/Kingstar_Gold/Constant.h"
#include "../include/ApiStruct.h"
//PutCall TThostFtdcOptionsTypeType_2_PutCall(TThostFtdcOptionsTypeType In);
HedgeFlagType TThostFtdcHedgeFlagType_2_HedgeFlagType(TThostFtdcHedgeFlagType In);
TThostFtdcHedgeFlagType HedgeFlagType_2_TThostFtdcHedgeFlagType(HedgeFlagType In);
TThostFtdcOffsetFlagType OpenCloseType_2_TThostFtdcOffsetFlagType(OpenCloseType In);
OpenCloseType TThostFtdcOffsetFlagType_2_OpenCloseType(TThostFtdcOffsetFlagType In);
TThostFtdcBsFlagType OrderSide_2_TThostFtdcBsFlagType(OrderSide In);
OrderSide TThostFtdcDirectionType_2_OrderSide(TThostFtdcDirectionType In);
PositionSide TThostFtdcPosiDirectionType_2_PositionSide(TThostFtdcPosiDirectionType In);
TThostFtdcOrderPriceTypeType OrderType_2_TThostFtdcOrderPriceTypeType(OrderType In);
OrderStatus CThostFtdcOrderField_2_OrderStatus(CThostFtdcOrderField* pIn);
OrderType CThostFtdcOrderField_2_OrderType(CThostFtdcOrderField* pIn);
TimeInForce CThostFtdcOrderField_2_TimeInForce(CThostFtdcOrderField* pIn);
ExecType CThostFtdcOrderField_2_ExecType(CThostFtdcOrderField* pIn);
InstrumentType CThostFtdcInstrumentField_2_InstrumentType(CThostFtdcInstrumentField* pIn);