C# 클래스 FastQuant.Level2Snapshot

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

공개 메소드들

메소드 설명
Level2Snapshot ( ) : System
Level2Snapshot ( System.DateTime dateTime, System.DateTime exchangeDateTime, byte providerId, int instrumentId, Bid bids, Ask asks ) : System
Level2Snapshot ( System.DateTime dateTime, byte providerId, int instrumentId, Bid bids, Ask asks ) : System
Level2Snapshot ( Level2Snapshot snapshot ) : System

메소드 상세

Level2Snapshot() 공개 메소드

public Level2Snapshot ( ) : System
리턴 System

Level2Snapshot() 공개 메소드

public Level2Snapshot ( System.DateTime dateTime, System.DateTime exchangeDateTime, byte providerId, int instrumentId, Bid bids, Ask asks ) : System
dateTime System.DateTime
exchangeDateTime System.DateTime
providerId byte
instrumentId int
bids Bid
asks Ask
리턴 System

Level2Snapshot() 공개 메소드

public Level2Snapshot ( System.DateTime dateTime, byte providerId, int instrumentId, Bid bids, Ask asks ) : System
dateTime System.DateTime
providerId byte
instrumentId int
bids Bid
asks Ask
리턴 System

Level2Snapshot() 공개 메소드

public Level2Snapshot ( Level2Snapshot snapshot ) : System
snapshot Level2Snapshot
리턴 System