Class: Quickfix::UnderlyingLegSymbolSfx

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingLegSymbolSfx



17816
17817
17818
17819
17820
17821
17822
# File 'lib/quickfix_fields.rb', line 17816

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