C# Class XAPI.Callback.XApi

Inheritance: BaseApi, IDisposable, IXApi
显示文件 Open project: QuantBox/XAPI2 Class Usage Examples

Public Methods

Method Description
Connect ( ) : void
ReqQuery ( QueryType type, ReqQueryField &query ) : void
XApi ( ) : System
XApi ( string path ) : System

Protected Methods

Method Description
OnResponse ( byte type, IntPtr pApi1, IntPtr pApi2, double double1, double double2, IntPtr ptr1, int size1, IntPtr ptr2, int size2, IntPtr ptr3, int size3 ) : IntPtr

Method Details

Connect() public method

public Connect ( ) : void
return void

OnResponse() protected method

protected OnResponse ( byte type, IntPtr pApi1, IntPtr pApi2, double double1, double double2, IntPtr ptr1, int size1, IntPtr ptr2, int size2, IntPtr ptr3, int size3 ) : IntPtr
type byte
pApi1 System.IntPtr
pApi2 System.IntPtr
double1 double
double2 double
ptr1 System.IntPtr
size1 int
ptr2 System.IntPtr
size2 int
ptr3 System.IntPtr
size3 int
return System.IntPtr

ReqQuery() public method

public ReqQuery ( QueryType type, ReqQueryField &query ) : void
type QueryType
query ReqQueryField
return void

XApi() public method

public XApi ( ) : System
return System

XApi() public method

public XApi ( string path ) : System
path string
return System