Class: Quickfix::ReturnRateReferencePage

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

Returns a new instance of ReturnRateReferencePage.



70596
70597
70598
70599
70600
70601
70602
# File 'lib/quickfix_fields.rb', line 70596

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

Class Method Details

.fieldObject



70593
70594
70595
# File 'lib/quickfix_fields.rb', line 70593

def ReturnRateReferencePage.field
  return 42763
end