TransactionManager

StockSharp.Plaza

Director de transacciones.

Constructores

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

Director de transacciones.

Métodos

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

Envíe la transacción al servidor Plaza.

transaction
Transacción.

Eventos

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

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