Class: Quickfix::LegProduct

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegProduct

Returns a new instance of LegProduct.



5414
5415
5416
5417
5418
5419
5420
# File 'lib/quickfix_fields.rb', line 5414

def initialize(data = nil)
	if( data == nil )
		super(607)
	else
		super(607, data)
	end
end

Class Method Details

.fieldObject



5411
5412
5413
# File 'lib/quickfix_fields.rb', line 5411

def LegProduct.field
	return 607
end