Class: Quickfix::MarketSegmentStatus
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::MarketSegmentStatus
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MarketSegmentStatus
constructor
A new instance of MarketSegmentStatus.
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 |