Class: Quickfix::LegReturnRateReferencePageHeading

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) ⇒ LegReturnRateReferencePageHeading



68022
68023
68024
68025
68026
68027
68028
# File 'lib/quickfix_fields.rb', line 68022

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

Class Method Details

.fieldObject



68019
68020
68021
# File 'lib/quickfix_fields.rb', line 68019

def LegReturnRateReferencePageHeading.field
  return 42563
end