Class: Quickfix::LegSettlRateIndex

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegSettlRateIndex

Returns a new instance of 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