Class: Quickfix::LegSettlRateIndexLocation

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegSettlRateIndexLocation

Returns a new instance of LegSettlRateIndexLocation.



42867
42868
42869
42870
42871
42872
42873
# File 'lib/quickfix_fields.rb', line 42867

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