Class: Quickfix::MultiLegRptTypeReq
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::MultiLegRptTypeReq
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MultiLegRptTypeReq
constructor
A new instance of MultiLegRptTypeReq.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ MultiLegRptTypeReq
Returns a new instance of MultiLegRptTypeReq.
7676 7677 7678 7679 7680 7681 7682 |
# File 'lib/quickfix_fields.rb', line 7676 def initialize(data = nil) if( data == nil ) super(563) else super(563, data) end end |
Class Method Details
.field ⇒ Object
7673 7674 7675 |
# File 'lib/quickfix_fields.rb', line 7673 def MultiLegRptTypeReq.field return 563 end |