Class: Quickfix::RelatedMarketSegmentID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ RelatedMarketSegmentID

Returns a new instance of RelatedMarketSegmentID.



62107
62108
62109
62110
62111
62112
62113
# File 'lib/quickfix_fields.rb', line 62107

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

Class Method Details

.fieldObject



62104
62105
62106
# File 'lib/quickfix_fields.rb', line 62104

def RelatedMarketSegmentID.field
  return 2546
end