Class: Quickfix::ApplReportType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ApplReportType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ApplReportType
constructor
A new instance of ApplReportType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ApplReportType
18635 18636 18637 18638 18639 18640 18641 |
# File 'lib/quickfix_fields.rb', line 18635 def initialize(data = nil) if( data == nil ) super(1426) else super(1426, data) end end |
Class Method Details
.field ⇒ Object
18632 18633 18634 |
# File 'lib/quickfix_fields.rb', line 18632 def ApplReportType.field return 1426 end |