Class: Quickfix::AllocCancReplaceReason
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::AllocCancReplaceReason
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocCancReplaceReason
constructor
A new instance of AllocCancReplaceReason.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ AllocCancReplaceReason
Returns a new instance of AllocCancReplaceReason.
10848 10849 10850 10851 10852 10853 10854 |
# File 'lib/quickfix_fields.rb', line 10848 def initialize(data = nil) if( data == nil ) super(796) else super(796, data) end end |
Class Method Details
.field ⇒ Object
10845 10846 10847 |
# File 'lib/quickfix_fields.rb', line 10845 def AllocCancReplaceReason.field return 796 end |