Class: Quickfix::SettlRateIndexLocation

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



42282
42283
42284
42285
42286
42287
42288
# File 'lib/quickfix_fields.rb', line 42282

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

Class Method Details

.fieldObject



42279
42280
42281
# File 'lib/quickfix_fields.rb', line 42279

def SettlRateIndexLocation.field
  return 1580
end