C# 클래스 XAPI.Callback.XApi

상속: BaseApi, IDisposable, IXApi
파일 보기 프로젝트 열기: QuantBox/XAPI2 1 사용 예제들

공개 메소드들

메소드 설명
Connect ( ) : void
ReqQuery ( QueryType type, ReqQueryField &query ) : void
XApi ( ) : System
XApi ( string path ) : System

보호된 메소드들

메소드 설명
OnResponse ( byte type, IntPtr pApi1, IntPtr pApi2, double double1, double double2, IntPtr ptr1, int size1, IntPtr ptr2, int size2, IntPtr ptr3, int size3 ) : IntPtr

메소드 상세

Connect() 공개 메소드

public Connect ( ) : void
리턴 void

OnResponse() 보호된 메소드

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
리턴 System.IntPtr

ReqQuery() 공개 메소드

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

XApi() 공개 메소드

public XApi ( ) : System
리턴 System

XApi() 공개 메소드

public XApi ( string path ) : System
path string
리턴 System