Class: Quickfix::MarketSegmentStatus
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::MarketSegmentStatus
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MarketSegmentStatus
constructor
A new instance of MarketSegmentStatus.
Methods inherited from IntField
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
.field ⇒ Object
62052 62053 62054 |
# File 'lib/quickfix_fields.rb', line 62052 def MarketSegmentStatus.field return 2542 end |