B2BITS FIX Antenna C++ 2.32.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Engine::PutMessageOptions Struct Reference

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.
 

Detailed Description

Options to Session::put method.

Constructor & Destructor Documentation

◆ PutMessageOptions()

Engine::PutMessageOptions::PutMessageOptions ( )
inline

Default constructor.

Member Data Documentation

◆ overrideSenderCompID_

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.

◆ overrideSendingTime_

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.

◆ overrideTargetCompID_

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.