![]() |
B2BITS FIX Antenna C++ 2.34.0
|
Options to Session::put method. More...
#include <B2BITS_Session.h>
Public Member Functions | |
| PutMessageOptions () | |
| Default constructor. | |
Public Attributes | |
| bool | overrideSenderCompID_ |
| Specifies either Session should override SenderCompID field of the passed FIXMessage or not. | |
| bool | overrideSendingTime_ |
| Specifies either Session should override SendingTime field of the passed FIXMessage or not. | |
| bool | overrideTargetCompID_ |
| Specifies either Session should override TargetCompID field of the passed FIXMessage or not. | |
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.