Class: Quickfix::StreamAsgnRejReason
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::StreamAsgnRejReason
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StreamAsgnRejReason
constructor
A new instance of StreamAsgnRejReason.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ StreamAsgnRejReason
Returns a new instance of StreamAsgnRejReason.
19870 19871 19872 19873 19874 19875 19876 |
# File 'lib/quickfix_fields.rb', line 19870 def initialize(data = nil) if( data == nil ) super(1502) else super(1502, data) end end |
Class Method Details
.field ⇒ Object
19867 19868 19869 |
# File 'lib/quickfix_fields.rb', line 19867 def StreamAsgnRejReason.field return 1502 end |