Class: Quickfix::DistribPaymentMethod

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

Returns a new instance of DistribPaymentMethod.



72162
72163
72164
72165
72166
72167
72168
# File 'ext/quickfix/QuickfixRuby.cpp', line 72162

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

Class Method Details

.fieldObject



6451
6452
6453
# File 'lib/quickfix_fields.rb', line 6451

def DistribPaymentMethod.field
	return 477
end