Class: Quickfix::NetMoney

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

Returns a new instance of NetMoney.



37210
37211
37212
37213
37214
37215
37216
# File 'ext/quickfix/QuickfixRuby.cpp', line 37210

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

Class Method Details

.fieldObject



1940
1941
1942
# File 'lib/quickfix_fields.rb', line 1940

def NetMoney.field
	return 118
end