Class: Quickfix::AllocNetMoney

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

Returns a new instance of AllocNetMoney.



39942
39943
39944
39945
39946
39947
39948
# File 'ext/quickfix/QuickfixRuby.cpp', line 39942

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

Class Method Details

.fieldObject



2291
2292
2293
# File 'lib/quickfix_fields.rb', line 2291

def AllocNetMoney.field
	return 154
end