Class: Quickfix::ReturnRateReferencePageHeading

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

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

Class Method Details

.fieldObject



70606
70607
70608
# File 'lib/quickfix_fields.rb', line 70606

def ReturnRateReferencePageHeading.field
  return 42764
end