Class: Quickfix::LegIndexAnnexSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegIndexAnnexSource

Returns a new instance of LegIndexAnnexSource.



42841
42842
42843
42844
42845
42846
42847
# File 'lib/quickfix_fields.rb', line 42841

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