OnBehalfOfSendingTime Field

No longer used as of FIX.4.4. Included here for reference to prior versions.  
Used when a message is sent via a hub or service bureau. If A sends to Q (the hub) who then sends to B via a separate FIX session, then when Q sends to B the value of this field should represent the SendingTime on the message A sent to Q. (always expressed in UTC (Universal Time Coordinated, also known as GMT)  
 
public const int OnBehalfOfSendingTime = 370
This language is not supported or no code example is available.
public:  
const int OnBehalfOfSendingTime = 370;
This language is not supported or no code example is available.
public const OnBehalfOfSendingTime : int = 370
This language is not supported or no code example is available.

Field Value

int

In this article

Definition