Class: Quickfix::RoundLot

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ RoundLot

Returns a new instance of RoundLot.



7650
7651
7652
7653
7654
7655
7656
# File 'lib/quickfix_fields.rb', line 7650

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

Class Method Details

.fieldObject



7647
7648
7649
# File 'lib/quickfix_fields.rb', line 7647

def RoundLot.field
	return 561
end