TransactionManager

StockSharp.Plaza

Transaktionsmanager.

Konstruktoren

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

Transaktionsmanager.

Methoden

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

Senden Sie die Transaktion an den Plaza-Server.

transaction
Transaktion.

Ereignisse

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

Verarbeiten Sie die erhaltene Transaktion, bevor sie von PlazaMessageAdapter@ verarbeitet wird.