C# Class FastQuant.Level2Snapshot

Inheritance: DataObject
Datei anzeigen Open project: fastquant/fastquant.dll Class Usage Examples

Public Methods

Method Description
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

Method Details

Level2Snapshot() public method

public Level2Snapshot ( ) : System
return System

Level2Snapshot() public method

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
return System

Level2Snapshot() public method

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
return System

Level2Snapshot() public method

public Level2Snapshot ( Level2Snapshot snapshot ) : System
snapshot Level2Snapshot
return System