Class: Quickfix::MultiLegReportingType

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

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



4657
4658
4659
# File 'lib/quickfix_fields.rb', line 4657

def MultiLegReportingType.field
	return 442
end