Class: Quickfix::PaymentRef

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->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) ⇒ PaymentRef

Returns a new instance of PaymentRef.



72064
72065
72066
72067
72068
72069
72070
# File 'ext/quickfix/QuickfixRuby.cpp', line 72064

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

Class Method Details

.fieldObject



6438
6439
6440
# File 'lib/quickfix_fields.rb', line 6438

def PaymentRef.field
	return 476
end