Class: Quickfix::SettlRateIndex

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

Returns a new instance of SettlRateIndex.



42269
42270
42271
42272
42273
42274
42275
# File 'lib/quickfix_fields.rb', line 42269

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

Class Method Details

.fieldObject



42266
42267
42268
# File 'lib/quickfix_fields.rb', line 42266

def SettlRateIndex.field
  return 1577
end