Esempio n. 1
0
 public static extern int TD_SendOrder(
     IntPtr pTraderApi,
     int localOrderID,
     string szInstrument,
     DFITCBuySellTypeType sBuySellType,
     DFITCOpenCloseTypeType sOpenCloseType,
     DFITCSpeculatorType sSpeculator,
     int lAmount,
     double dbPrice,
     DFITCOrderTypeType orderType,
     DFITCOrderPropertyType orderProperty,
     DFITCInstrumentTypeType nInstrumentType);
Esempio n. 2
0
 public static extern int TD_SendOrder(
     IntPtr pTraderApi,
     int localOrderID,
     string szInstrument,
     DFITCBuySellTypeType sBuySellType,
     DFITCOpenCloseTypeType sOpenCloseType,
     DFITCSpeculatorType sSpeculator,
     int lAmount,
     double dbPrice,
     DFITCOrderTypeType orderType,
     DFITCOrderPropertyType orderProperty,
     DFITCInstrumentTypeType nInstrumentType);
Esempio n. 3
0
 public static extern int TD_SendQuoteOrder(
     IntPtr pTraderApi,
     int localOrderID,
     string szInstrument,
     string quoteID,
     int bOrderAmount,
     int sOrderAmount,
     double bInsertPrice,
     double sInsertPrice,
     DFITCOpenCloseTypeType bOpenCloseType,
     DFITCOpenCloseTypeType sOpenCloseType,
     DFITCSpeculatorType bSpeculator,
     DFITCSpeculatorType sSpeculator,
     int stayTime,
     DFITCInstrumentTypeType nInstrumentType);