Class: Quickfix::MarketSegmentDesc

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MarketSegmentDesc

Returns a new instance of MarketSegmentDesc.



17699
17700
17701
17702
17703
17704
17705
# File 'lib/quickfix_fields.rb', line 17699

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