C# 클래스 FastQuant.Order

상속: DataObject
파일 보기 프로젝트 열기: fastquant/fastquant.dll 1 사용 예제들

Private Properties

프로퍼티 타입 설명
EnsureNotSent void

공개 메소드들

메소드 설명
GetSideAsString ( ) : string
GetStatusAsString ( ) : string
GetTypeAsString ( ) : string
OnExecutionCommand ( ExecutionCommand command ) : void
OnExecutionReport ( ExecutionReport report ) : void
Order ( ) : System
Order ( ExecutionCommand command ) : System
Order ( IExecutionProvider provider, Instrument instrument, OrderType type, OrderSide side, double qty, double price, double stopPx, TimeInForce timeInForce = TimeInForce.Day, string text = "" ) : System
Order ( IExecutionProvider provider, Portfolio portfolio, Instrument instrument, OrderType type, OrderSide side, double qty, double price, double stopPx, TimeInForce timeInForce = TimeInForce.Day, byte routeId, string text = "" ) : System
Order ( Order order ) : System
ToString ( ) : string
this ( int index ) : object

비공개 메소드들

메소드 설명
EnsureNotSent ( ) : void

메소드 상세

GetSideAsString() 공개 메소드

public GetSideAsString ( ) : string
리턴 string

GetStatusAsString() 공개 메소드

public GetStatusAsString ( ) : string
리턴 string

GetTypeAsString() 공개 메소드

public GetTypeAsString ( ) : string
리턴 string

OnExecutionCommand() 공개 메소드

public OnExecutionCommand ( ExecutionCommand command ) : void
command ExecutionCommand
리턴 void

OnExecutionReport() 공개 메소드

public OnExecutionReport ( ExecutionReport report ) : void
report ExecutionReport
리턴 void

Order() 공개 메소드

public Order ( ) : System
리턴 System

Order() 공개 메소드

public Order ( ExecutionCommand command ) : System
command ExecutionCommand
리턴 System

Order() 공개 메소드

public Order ( IExecutionProvider provider, Instrument instrument, OrderType type, OrderSide side, double qty, double price, double stopPx, TimeInForce timeInForce = TimeInForce.Day, string text = "" ) : System
provider IExecutionProvider
instrument Instrument
type OrderType
side OrderSide
qty double
price double
stopPx double
timeInForce TimeInForce
text string
리턴 System

Order() 공개 메소드

public Order ( IExecutionProvider provider, Portfolio portfolio, Instrument instrument, OrderType type, OrderSide side, double qty, double price, double stopPx, TimeInForce timeInForce = TimeInForce.Day, byte routeId, string text = "" ) : System
provider IExecutionProvider
portfolio Portfolio
instrument Instrument
type OrderType
side OrderSide
qty double
price double
stopPx double
timeInForce TimeInForce
routeId byte
text string
리턴 System

Order() 공개 메소드

public Order ( Order order ) : System
order Order
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

this() 공개 메소드

public this ( int index ) : object
index int
리턴 object