Method GetOrderbookSnapshot
GetOrderbookSnapshot(ref InstrumentId, TimeSpan?)
Gets an instant full orderbook snapshot from a given instrument.
public (bool, GetOrderbookSnapshotResponse) GetOrderbookSnapshot(ref InstrumentId instrumentId, TimeSpan? timeout = null)
Parameters
instrumentId
InstrumentIdStruct representing the instrument
timeout
TimeSpan?Time limit after which the Request will be cancelled.