Class: Quickfix::RoundLot

Inherits:
((swig_class *) SWIGTYPE_p_FIX__DoubleField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ RoundLot

Returns a new instance of RoundLot.



80272
80273
80274
80275
80276
80277
80278
# File 'ext/quickfix/QuickfixRuby.cpp', line 80272

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

Class Method Details

.fieldObject



7504
7505
7506
# File 'lib/quickfix_fields.rb', line 7504

def RoundLot.field
	return 561
end