ITransactionIdStorage
StockSharp.Configuration
The interface describing the transaction and request identifiers storage.
Methods
Get
public ISessionTransactionIdStorage Get(string sessionId, bool persistable)
result = iTransactionIdStorage.Get(sessionId, persistable)
Get session based transaction and request identifiers storage.
- sessionId
- Session identifier.
- persistable
- Reuse session identifier.
Returns: Session based transaction and request identifiers storage.