Class: Quickfix::OptPayAmount

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

Returns a new instance of OptPayAmount.



143018
143019
143020
143021
143022
143023
143024
# File 'ext/quickfix/QuickfixRuby.cpp', line 143018

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

Class Method Details

.fieldObject



15759
15760
15761
# File 'lib/quickfix_fields.rb', line 15759

def OptPayAmount.field
	return 1195
end