Class: Quickfix::MultiLegReportingType
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::MultiLegReportingType
- Defined in:
- lib/quickfix_fields.rb
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.
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 |