Class: Quickfix::MarketSegmentStatus

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

Returns a new instance of MarketSegmentStatus.



62055
62056
62057
62058
62059
62060
62061
# File 'lib/quickfix_fields.rb', line 62055

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

Class Method Details

.fieldObject



62052
62053
62054
# File 'lib/quickfix_fields.rb', line 62052

def MarketSegmentStatus.field
  return 2542
end