Class: Quickfix::NoTargetMarketSegments
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoTargetMarketSegments
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoTargetMarketSegments
constructor
A new instance of NoTargetMarketSegments.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoTargetMarketSegments
Returns a new instance of NoTargetMarketSegments.
23393 23394 23395 23396 23397 23398 23399 |
# File 'lib/quickfix_fields.rb', line 23393 def initialize(data = nil) if( data == nil ) super(1789) else super(1789, data) end end |
Class Method Details
.field ⇒ Object
23390 23391 23392 |
# File 'lib/quickfix_fields.rb', line 23390 def NoTargetMarketSegments.field return 1789 end |