Class: Quickfix::RatioQty

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RatioQty

Returns a new instance of RatioQty.



773
774
775
776
777
778
779
# File 'lib/quickfix_fields.rb', line 773

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

Class Method Details

.fieldObject



770
771
772
# File 'lib/quickfix_fields.rb', line 770

def RatioQty.field
	return 319
end