Class: Quickfix::MultiLegReportingType
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::MultiLegReportingType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MultiLegReportingType
constructor
A new instance of MultiLegReportingType.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ MultiLegReportingType
5531 5532 5533 5534 5535 5536 5537 |
# File 'lib/quickfix_fields.rb', line 5531 def initialize(data = nil) if( data == nil ) super(442) else super(442, data) end end |
Class Method Details
.field ⇒ Object
5528 5529 5530 |
# File 'lib/quickfix_fields.rb', line 5528 def MultiLegReportingType.field return 442 end |