Class: Quickfix::MultiLegReportingType
- Inherits:
-
CharField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ MultiLegReportingType
Returns a new instance of MultiLegReportingType.
4660 4661 4662 4663 4664 4665 4666 |
# File 'lib/quickfix_fields.rb', line 4660 def initialize(data = nil) if( data == nil ) super(442) else super(442, data) end end |
Class Method Details
.field ⇒ Object
4657 4658 4659 |
# File 'lib/quickfix_fields.rb', line 4657 def MultiLegReportingType.field return 442 end |