Class: Quickfix::MoneyLaunderingStatus

Inherits:
CharField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MoneyLaunderingStatus

Returns a new instance of MoneyLaunderingStatus.



18544
18545
18546
18547
18548
18549
18550
# File 'lib/quickfix_fields.rb', line 18544

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

Class Method Details

.fieldObject



18541
18542
18543
# File 'lib/quickfix_fields.rb', line 18541

def MoneyLaunderingStatus.field
	return 481
end