Assembly: OnixS.SimpleBinaryEncoding.dll
  
  
    public struct CmeMdp3Header : IHeader, IEquatable<CmeMdp3Header>
   
  Properties
  
  
  
  
  
  Declaration
  
    public ushort BlockLength { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.UInt16 | 
         | 
      
    
  
  
  
  
  
  Declaration
  
    public readonly ushort FramingHeaderSize { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.UInt16 | 
         | 
      
    
  
  
  
  
  
  Declaration
  
    public ushort MsgSize { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.UInt16 | 
         | 
      
    
  
  
  
  
  
  Declaration
  
    public ushort SchemaID { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.UInt16 | 
         | 
      
    
  
  
  
  
  
  Declaration
  
    public ushort TemplateID { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.UInt16 | 
         | 
      
    
  
  
  
  
  
  Declaration
  
    public ushort Version { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.UInt16 | 
         | 
      
    
  
  Methods
  
  
  
  Indicates whether the current object is equal to another object of the same type.
 
  
  Declaration
  
    public bool Equals(CmeMdp3Header other)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | CmeMdp3Header | 
        other | 
        An object to compare with this object. 
 | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
        true if the current object is equal to the other parameter; otherwise, false. 
 | 
      
    
  
  
  
  Indicates whether the current object is equal to another object of the same type.
 
  
  Declaration
  
    public override bool Equals(object obj)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Object | 
        obj | 
        An object to compare with this object. 
 | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
        true if the current object is equal to the other parameter; otherwise, false. 
 | 
      
    
  
  
  
  Serves as the default hash function.
 
  
  Declaration
  
    public override int GetHashCode()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
        A hash code for the current object. 
 | 
      
    
  
  Operators
  
  
  
  
  
  Declaration
  
    public static bool operator ==(CmeMdp3Header left, CmeMdp3Header right)
   
  Parameters
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  
  Declaration
  
    public static bool operator !=(CmeMdp3Header left, CmeMdp3Header right)
   
  Parameters
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  Implements
  
  
      IEquatable<>