Class: Quickfix::NoRelatedMarketSegments

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) ⇒ NoRelatedMarketSegments

Returns a new instance of NoRelatedMarketSegments.



62094
62095
62096
62097
62098
62099
62100
# File 'lib/quickfix_fields.rb', line 62094

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

Class Method Details

.fieldObject



62091
62092
62093
# File 'lib/quickfix_fields.rb', line 62091

def NoRelatedMarketSegments.field
  return 2545
end