Class: Quickfix::MultiLegReportingType

Inherits:
CharField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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