Package deltix.qsrv.hf.connectors.util
Interface IFullSnapshot
-
- All Known Subinterfaces:
IUpdateSnapshot
- All Known Implementing Classes:
L2Snapshot
public interface IFullSnapshot
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getAskPrice(int index)
int
getAskSnapshotSize()
double
getAskVolume(int index)
double
getBidPrice(int index)
int
getBidSnapshotSize()
double
getBidVolume(int index)
-