TransactionManager

StockSharp.Plaza

Менеджер транзакций.

Constructors

TransactionManager
public TransactionManager(int threadCount, TimeSpan transactionTimeOut, PlazaConnectionPool connectionPool, Action<Message> enqueueMessage)
transactionManager = TransactionManager(threadCount, transactionTimeOut, connectionPool, enqueueMessage)

Менеджер транзакций.

Methods

SendTransaction
public void SendTransaction(Transaction transaction)
transactionManager.SendTransaction(transaction)

Отправить транзакцию на сервер Plaza.

transaction
Транзакция.

Events

ProcessResponse
public event Action<TransactionReply> ProcessResponse
transactionManager.ProcessResponse += handler

Обработать полученную транзакцию до того, как она будет обработана PlazaMessageAdapter.