Class: Quickfix::ReleaseInstruction
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ReleaseInstruction
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ReleaseInstruction
constructor
A new instance of ReleaseInstruction.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ReleaseInstruction
Returns a new instance of ReleaseInstruction.
23666 23667 23668 23669 23670 23671 23672 |
# File 'lib/quickfix_fields.rb', line 23666 def initialize(data = nil) if( data == nil ) super(1810) else super(1810, data) end end |
Class Method Details
.field ⇒ Object
23663 23664 23665 |
# File 'lib/quickfix_fields.rb', line 23663 def ReleaseInstruction.field return 1810 end |