Class: Quickfix::LegProduct

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegProduct

Returns a new instance of LegProduct.



8248
8249
8250
8251
8252
8253
8254
# File 'lib/quickfix_fields.rb', line 8248

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

Class Method Details

.fieldObject



8245
8246
8247
# File 'lib/quickfix_fields.rb', line 8245

def LegProduct.field
	return 607
end