Class: Quickfix::MoneyLaunderingStatus

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MoneyLaunderingStatus

Returns a new instance of MoneyLaunderingStatus.



6649
6650
6651
6652
6653
6654
6655
# File 'lib/quickfix_fields.rb', line 6649

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