Class: Quickfix::UnderlyingCashAmount

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

Returns a new instance of UnderlyingCashAmount.



121972
121973
121974
121975
121976
121977
121978
# File 'ext/quickfix/QuickfixRuby.cpp', line 121972

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

Class Method Details

.fieldObject



12990
12991
12992
# File 'lib/quickfix_fields.rb', line 12990

def UnderlyingCashAmount.field
	return 973
end