Definition at line 36 of file MassCancelOrder.h.
 
◆ clearingFirm() [1/2]
◆ clearingFirm() [2/2]
  
  | 
        
          | void clearingFirm | ( | StrRef | value | ) |  |  | inline | 
 
 
◆ manualOrderIndicator() [1/2]
◆ manualOrderIndicator() [2/2]
◆ massCancelId() [1/2]
User-defined identifier of the mass cancel or purge request. 
Definition at line 39 of file MassCancelOrder.h.
 
 
◆ massCancelId() [2/2]
  
  | 
        
          | void massCancelId | ( | StrRef | value | ) |  |  | inline | 
 
User-defined identifier of the mass cancel or purge request. 
Definition at line 45 of file MassCancelOrder.h.
 
 
◆ massCancelInst() [1/2]
  
  | 
        
          | StrRef massCancelInst | ( |  | ) | const |  | inline | 
 
Corresponds to MassCancelInst (7700) in CFE FIX. 
Definition at line 75 of file MassCancelOrder.h.
 
 
◆ massCancelInst() [2/2]
  
  | 
        
          | void massCancelInst | ( | StrRef | value | ) |  |  | inline | 
 
Corresponds to MassCancelInst (7700) in CFE FIX. 
Definition at line 81 of file MassCancelOrder.h.
 
 
◆ oEOID() [1/2]
Identifies the Order Entry Operator responsible for this message. 
Definition at line 99 of file MassCancelOrder.h.
 
 
◆ oEOID() [2/2]
Identifies the Order Entry Operator responsible for this message. 
Definition at line 105 of file MassCancelOrder.h.
 
 
◆ productName() [1/2]
◆ productName() [2/2]
  
  | 
        
          | void productName | ( | StrRef | value | ) |  |  | inline | 
 
 
◆ toString() [1/2]
  
  | 
        
          | std::string toString | ( |  | ) | const |  | virtual | 
 
 
◆ toString() [2/2]
  
  | 
        
          | void toString | ( | std::string & | str | ) | const |  | virtual | 
 
 
◆ type()
◆ validate()
Validates message data Throws std::invalid_argument exception if message content is invalid. 
Implements OutgoingMessage.