Class: Quickfix::LegReturnRateReferencePage

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

Returns a new instance of LegReturnRateReferencePage.



68009
68010
68011
68012
68013
68014
68015
# File 'lib/quickfix_fields.rb', line 68009

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

Class Method Details

.fieldObject



68006
68007
68008
# File 'lib/quickfix_fields.rb', line 68006

def LegReturnRateReferencePage.field
  return 42562
end