Class: Quickfix::MoneyLaunderingStatus
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::MoneyLaunderingStatus
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MoneyLaunderingStatus
constructor
A new instance of MoneyLaunderingStatus.
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 |