Class: Quickfix::MinLotSize

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) ⇒ MinLotSize

Returns a new instance of MinLotSize.



146546
146547
146548
146549
146550
146551
146552
# File 'ext/quickfix/QuickfixRuby.cpp', line 146546

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

Class Method Details

.fieldObject



16227
16228
16229
# File 'lib/quickfix_fields.rb', line 16227

def MinLotSize.field
	return 1231
end