Class: Quickfix::UnderlyingPayAmount

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

Returns a new instance of UnderlyingPayAmount.



123148
123149
123150
123151
123152
123153
123154
# File 'ext/quickfix/QuickfixRuby.cpp', line 123148

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

Class Method Details

.fieldObject



13146
13147
13148
# File 'lib/quickfix_fields.rb', line 13146

def UnderlyingPayAmount.field
	return 985
end