Class: Quickfix::LegSettlRateIndex

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



42854
42855
42856
42857
42858
42859
42860
# File 'lib/quickfix_fields.rb', line 42854

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

Class Method Details

.fieldObject



42851
42852
42853
# File 'lib/quickfix_fields.rb', line 42851

def LegSettlRateIndex.field
  return 2176
end