Class: Quickfix::CollAsgnReason
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::CollAsgnReason
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CollAsgnReason
constructor
A new instance of CollAsgnReason.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ CollAsgnReason
Returns a new instance of CollAsgnReason.
12109 12110 12111 12112 12113 12114 12115 |
# File 'lib/quickfix_fields.rb', line 12109 def initialize(data = nil) if( data == nil ) super(895) else super(895, data) end end |
Class Method Details
.field ⇒ Object
12106 12107 12108 |
# File 'lib/quickfix_fields.rb', line 12106 def CollAsgnReason.field return 895 end |