Class: Quickfix::LegPrice

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPrice

Returns a new instance of LegPrice.



721
722
723
724
725
726
727
# File 'lib/quickfix_fields.rb', line 721

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

Class Method Details

.fieldObject



718
719
720
# File 'lib/quickfix_fields.rb', line 718

def LegPrice.field
	return 566
end