Class: Quickfix::NoInstrumentParties
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoInstrumentParties
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoInstrumentParties
constructor
A new instance of NoInstrumentParties.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoInstrumentParties
Returns a new instance of NoInstrumentParties.
13669 13670 13671 13672 13673 13674 13675 |
# File 'lib/quickfix_fields.rb', line 13669 def initialize(data = nil) if( data == nil ) super(1018) else super(1018, data) end end |
Class Method Details
.field ⇒ Object
13666 13667 13668 |
# File 'lib/quickfix_fields.rb', line 13666 def NoInstrumentParties.field return 1018 end |