C# 클래스 FastQuant.OrderBookAggr

파일 보기 프로젝트 열기: fastquant/fastquant.dll

공개 메소드들

메소드 설명
GetAskVolume ( ) : int
GetAvgAskPrice ( ) : double
GetAvgBidPrice ( ) : double
GetBidVolume ( ) : int
GetLevel2Snapshot ( List providers = null ) : Level2Snapshot
GetQuote ( int level ) : Quote
OrderBookAggr ( int instrumentId ) : System

비공개 메소드들

메소드 설명
GetAvgTickPrice ( IEnumerable ticks ) : double
GetTickVolume ( IEnumerable ticks ) : int
OnLevel2 ( Level2Snapshot l2s ) : void
OnLevel2 ( Level2Update l2u ) : void
method_3 ( ) : void
method_7 ( List providers = null ) : void

메소드 상세

GetAskVolume() 공개 메소드

public GetAskVolume ( ) : int
리턴 int

GetAvgAskPrice() 공개 메소드

public GetAvgAskPrice ( ) : double
리턴 double

GetAvgBidPrice() 공개 메소드

public GetAvgBidPrice ( ) : double
리턴 double

GetBidVolume() 공개 메소드

public GetBidVolume ( ) : int
리턴 int

GetLevel2Snapshot() 공개 메소드

public GetLevel2Snapshot ( List providers = null ) : Level2Snapshot
providers List
리턴 Level2Snapshot

GetQuote() 공개 메소드

public GetQuote ( int level ) : Quote
level int
리턴 Quote

OrderBookAggr() 공개 메소드

public OrderBookAggr ( int instrumentId ) : System
instrumentId int
리턴 System