Package deltix.qsrv.hf.connectors.util
Interface IUpdateSnapshot
-
- All Superinterfaces:
IFullSnapshot
- All Known Implementing Classes:
L2Snapshot
public interface IUpdateSnapshot extends IFullSnapshot
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAskOffset()
int
getAskUpdateSize()
int
getBidOffset()
int
getBidUpdateSize()
-
Methods inherited from interface deltix.qsrv.hf.connectors.util.IFullSnapshot
getAskPrice, getAskSnapshotSize, getAskVolume, getBidPrice, getBidSnapshotSize, getBidVolume
-
-