Class: Quickfix::RoundLot

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RoundLot

Returns a new instance of RoundLot.



11966
11967
11968
11969
11970
11971
11972
# File 'lib/quickfix_fields.rb', line 11966

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

Class Method Details

.fieldObject



11963
11964
11965
# File 'lib/quickfix_fields.rb', line 11963

def RoundLot.field
	return 561
end