Method | Description | |
---|---|---|
CancelOrder ( string id ) : string | ||
Connect ( ) : void | ||
Disconnect ( ) : void | ||
GCCollect ( ) : void |
给COM使用,进行内存回收
|
|
GetInterfaceSafetyOptions ( System.Guid &riid, int &pdwSupportedOptions, int &pdwEnabledOptions ) : int | ||
NewOrder ( ) : void | ||
NewQuery ( ) : void | ||
ReqQuery ( string type ) : void | ||
SendOrder ( ) : string | ||
SetInterfaceSafetyOptions ( Guid &riid, int dwOptionSetMask, int dwEnabledOptions ) : int | ||
SetLibPath ( string LibPath ) : void | ||
SetOrder ( string key, object value ) : void | ||
SetQuery ( string key, object value ) : void | ||
SetServerInfo ( string key, object value ) : void | ||
SetUserInfo ( string key, object value ) : void | ||
Subscribe ( string szInstrument, string szExchange ) : void | ||
TryDequeue ( ) : QueueData | ||
Unsubscribe ( string szInstrument, string szExchange ) : void | ||
XApiCom ( ) : Ideafixxxer.Generics |
Method | Description | |
---|---|---|
InitializeComponent ( ) : void | ||
OnConnectionStatus_callback ( object sender, XAPI status, [ userLogin, int size1 ) : void | ||
OnLog_callback ( object sender, [ log ) : void | ||
OnRspQryInstrument_callback ( object sender, [ instrument, int size1, bool bIsLast ) : void | ||
OnRspQryInvestorPosition_callback ( object sender, [ position, int size1, bool bIsLast ) : void | ||
OnRspQryOrder_callback ( object sender, [ order, int size1, bool bIsLast ) : void | ||
OnRspQrySettlementInfo_callback ( object sender, [ settlementInfo, int size1, bool bIsLast ) : void | ||
OnRspQryTrade_callback ( object sender, [ trade, int size1, bool bIsLast ) : void | ||
OnRspQryTradingAccount_callback ( object sender, [ account, int size1, bool bIsLast ) : void | ||
OnRtnDepthMarketData_callback ( object sender, [ marketData ) : void | ||
OnRtnError_callback ( object sender, [ error ) : void | ||
OnRtnOrder_callback ( object sender, [ order ) : void | ||
OnRtnTrade_callback ( object sender, [ trade ) : void | ||
RegisterClass ( string key ) : void | ||
UnregisterClass ( string key ) : void |
public GetInterfaceSafetyOptions ( System.Guid &riid, int &pdwSupportedOptions, int &pdwEnabledOptions ) : int | ||
riid | System.Guid | |
pdwSupportedOptions | int | |
pdwEnabledOptions | int | |
return | int |
public SetInterfaceSafetyOptions ( Guid &riid, int dwOptionSetMask, int dwEnabledOptions ) : int | ||
riid | Guid | |
dwOptionSetMask | int | |
dwEnabledOptions | int | |
return | int |
public SetOrder ( string key, object value ) : void | ||
key | string | |
value | object | |
return | void |
public SetQuery ( string key, object value ) : void | ||
key | string | |
value | object | |
return | void |
public SetServerInfo ( string key, object value ) : void | ||
key | string | |
value | object | |
return | void |
public SetUserInfo ( string key, object value ) : void | ||
key | string | |
value | object | |
return | void |
public Subscribe ( string szInstrument, string szExchange ) : void | ||
szInstrument | string | |
szExchange | string | |
return | void |
public Unsubscribe ( string szInstrument, string szExchange ) : void | ||
szInstrument | string | |
szExchange | string | |
return | void |