Class: Quickfix::ReturnRateReferencePageHeading

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ReturnRateReferencePageHeading

Returns a new instance of ReturnRateReferencePageHeading.



70609
70610
70611
70612
70613
70614
70615
# File 'lib/quickfix_fields.rb', line 70609

def initialize(data = nil)
  if( data == nil )
    super(42764)
  else
    super(42764, data)
  end
end