Class: Quickfix::UnderlyingSettlRateIndexLocation

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

Returns a new instance of UnderlyingSettlRateIndexLocation.



54255
54256
54257
54258
54259
54260
54261
# File 'lib/quickfix_fields.rb', line 54255

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

Class Method Details

.fieldObject



54252
54253
54254
# File 'lib/quickfix_fields.rb', line 54252

def UnderlyingSettlRateIndexLocation.field
  return 2285
end