TransactionManager
StockSharp.Plaza
Менеджер транзакций.
Конструкторы
TransactionManager
public TransactionManager(int threadCount, TimeSpan transactionTimeOut, PlazaConnectionPool connectionPool, Action<Message> enqueueMessage)
transactionManager = TransactionManager(threadCount, transactionTimeOut, connectionPool, enqueueMessage)
Менеджер транзакций.
Методы
SendTransaction
public void SendTransaction(Transaction transaction)
transactionManager.SendTransaction(transaction)
Отправить транзакцию на сервер Plaza.
- transaction
- Транзакция.
События
ProcessResponse
public event Action<TransactionReply> ProcessResponse
transactionManager.ProcessResponse += handler
Обработать полученную транзакцию до того, как она будет обработана PlazaMessageAdapter.