Class: Quickfix::PaymentMethod

Inherits:
((swig_class *) SWIGTYPE_p_FIX__IntField->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) ⇒ PaymentMethod

Returns a new instance of PaymentMethod.



73718
73719
73720
73721
73722
73723
73724
# File 'ext/quickfix/QuickfixRuby.cpp', line 73718

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

Class Method Details

.fieldObject



6646
6647
6648
# File 'lib/quickfix_fields.rb', line 6646

def PaymentMethod.field
	return 492
end