Class: Quickfix::StreamAsgnReqType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::StreamAsgnReqType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StreamAsgnReqType
constructor
A new instance of StreamAsgnReqType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ StreamAsgnReqType
Returns a new instance of StreamAsgnReqType.
19818 19819 19820 19821 19822 19823 19824 |
# File 'lib/quickfix_fields.rb', line 19818 def initialize(data = nil) if( data == nil ) super(1498) else super(1498, data) end end |
Class Method Details
.field ⇒ Object
19815 19816 19817 |
# File 'lib/quickfix_fields.rb', line 19815 def StreamAsgnReqType.field return 1498 end |