Class: Quickfix::MarketSegmentID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MarketSegmentID

Returns a new instance of MarketSegmentID.



4712
4713
4714
4715
4716
4717
4718
# File 'lib/quickfix_fields.rb', line 4712

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

Class Method Details

.fieldObject



4709
4710
4711
# File 'lib/quickfix_fields.rb', line 4709

def MarketSegmentID.field
  return 1300
end