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