Class: Quickfix::AllocShares

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

Returns a new instance of AllocShares.



34760
34761
34762
34763
34764
34765
34766
# File 'ext/quickfix/QuickfixRuby.cpp', line 34760

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

Class Method Details

.fieldObject



1615
1616
1617
# File 'lib/quickfix_fields.rb', line 1615

def AllocShares.field
	return 80
end