B2BITS FIX Antenna HFT
1.0.15
|
Options to Session::put method. More...
#include <B2BITS_Session.h>
Public Member Functions | |
PutMessageOptions () | |
Default constructor. More... | |
Public Attributes | |
struct { | |
char asyncSend_:1 | |
Specifies either Session should enqueue the passed FIXMessage for async sending or try put it directly to the socket. More... | |
char disablePacketizing_:1 | |
Specifies either Session should allow packetizing of the passed FIXMessage or not. More... | |
char overrideMsgGlobID_:1 | |
Specifies either Session should generate a new globalMsgID for the passed FIXMessage or not. More... | |
char overrideSenderCompID_:1 | |
Specifies either Session should override SenderCompID field of the passed FIXMessage or not. More... | |
char overrideSendingTime_:1 | |
Specifies either Session should override SendingTime field of the passed FIXMessage or not. More... | |
char overrideTargetCompID_:1 | |
Specifies either Session should override TargetCompID field of the passed FIXMessage or not. More... | |
}; | |
Options bitfields struct. More... | |
Options to Session::put method.
|
inline |
Default constructor.
struct { ... } |
Options bitfields struct.
char Engine::PutMessageOptions::asyncSend_ |
Specifies either Session should enqueue the passed FIXMessage for async sending or try put it directly to the socket.
true to enqueue; false to pass directly. By default property equals to false.
char Engine::PutMessageOptions::disablePacketizing_ |
Specifies either Session should allow packetizing of the passed FIXMessage or not.
true to disable; false to allow. By default property equals to false.
char Engine::PutMessageOptions::overrideMsgGlobID_ |
Specifies either Session should generate a new globalMsgID for the passed FIXMessage or not.
true to override; false to pass as is. By default property equals to true.
char 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.
Referenced by fix_algo::reorderSMHForMiax().
char 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.
Referenced by fix_algo::reorderSMHForMiax().
char 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.
Referenced by fix_algo::reorderSMHForMiax().