Class: Quickfix::NoClearingInstructions
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoClearingInstructions
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoClearingInstructions
constructor
A new instance of NoClearingInstructions.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoClearingInstructions
Returns a new instance of NoClearingInstructions.
7845 7846 7847 7848 7849 7850 7851 |
# File 'lib/quickfix_fields.rb', line 7845 def initialize(data = nil) if( data == nil ) super(576) else super(576, data) end end |
Class Method Details
.field ⇒ Object
7842 7843 7844 |
# File 'lib/quickfix_fields.rb', line 7842 def NoClearingInstructions.field return 576 end |