Class: Quickfix::LegRatioQty

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegRatioQty

Returns a new instance of LegRatioQty.



1787
1788
1789
1790
1791
1792
1793
# File 'lib/quickfix_fields.rb', line 1787

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

Class Method Details

.fieldObject



1784
1785
1786
# File 'lib/quickfix_fields.rb', line 1784

def LegRatioQty.field
	return 623
end