Class: Quickfix::MoneyLaunderingStatus

Inherits:
((swig_class *) SWIGTYPE_p_FIX__CharField->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) ⇒ MoneyLaunderingStatus

Returns a new instance of MoneyLaunderingStatus.



72554
72555
72556
72557
72558
72559
72560
# File 'ext/quickfix/QuickfixRuby.cpp', line 72554

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

Class Method Details

.fieldObject



6503
6504
6505
# File 'lib/quickfix_fields.rb', line 6503

def MoneyLaunderingStatus.field
	return 481
end