![]() |
B2BITS FIX Antenna C++ 2.34.0
|
The session just has sent messages pack to the socket (as a single call). More...
#include <B2BITS_SessionEvent.h>
Public Member Functions | |
| AfterMessageIsSentEvent (int lastMsgSeqNum, std::size_t msgCount, System::u64 sendTimeMs, System::u64 sentBytes) | |
| Constructor. | |
Public Attributes | |
| const int | lastMsgSeqNum_ |
| Sequence number of the last sent message. | |
| const std::size_t | msgCount_ |
| Number of messages sent to the socket. | |
| const System::u64 | sendTimeMs_ |
| Actual sending time in milliseconds since epoch 1970. | |
| const System::u64 | sentBytes_ |
| Number of bytes sent to the socket. | |
The session just has sent messages pack to the socket (as a single call).
|
inline |
Constructor.
| const int Engine::AfterMessageIsSentEvent::lastMsgSeqNum_ |
Sequence number of the last sent message.
| const std::size_t Engine::AfterMessageIsSentEvent::msgCount_ |
Number of messages sent to the socket.
| const System::u64 Engine::AfterMessageIsSentEvent::sendTimeMs_ |
Actual sending time in milliseconds since epoch 1970.
| const System::u64 Engine::AfterMessageIsSentEvent::sentBytes_ |
Number of bytes sent to the socket.