![]() |
B2BITS FIX Antenna C++
2.31.0
|
Options to Session::put method. More...
#include <B2BITS_Session.h>
Public Member Functions | |
PutMessageOptions () | |
Default constructor. More... | |
Public Attributes | |
bool | overrideSenderCompID_ |
Specifies either Session should override SenderCompID field of the passed FIXMessage or not. More... | |
bool | overrideSendingTime_ |
Specifies either Session should override SendingTime field of the passed FIXMessage or not. More... | |
bool | overrideTargetCompID_ |
Specifies either Session should override TargetCompID field of the passed FIXMessage or not. More... | |
Options to Session::put method.
|
inline |
Default constructor.
bool Engine::PutMessageOptions::overrideSenderCompID_ |
Specifies either Session should override SenderCompID field of the passed FIXMessage or not.
true to override; false to pass as is. By default property equals to true.
bool Engine::PutMessageOptions::overrideSendingTime_ |
Specifies either Session should override SendingTime field of the passed FIXMessage or not.
true to override; false to pass as is. By default property equals to true.
bool Engine::PutMessageOptions::overrideTargetCompID_ |
Specifies either Session should override TargetCompID field of the passed FIXMessage or not.
true to override; false to pass as is. By default property equals to true.