Class: Quickfix::MoneyLaunderingStatus
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::MoneyLaunderingStatus
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
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
.field ⇒ Object
18541 18542 18543 |
# File 'lib/quickfix_fields.rb', line 18541 def MoneyLaunderingStatus.field return 481 end |