Class: Quickfix::MarketSegmentRelationship

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ MarketSegmentRelationship

Returns a new instance of MarketSegmentRelationship.



62120
62121
62122
62123
62124
62125
62126
# File 'lib/quickfix_fields.rb', line 62120

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

Class Method Details

.fieldObject



62117
62118
62119
# File 'lib/quickfix_fields.rb', line 62117

def MarketSegmentRelationship.field
  return 2547
end