Class: Quickfix::MoneyLaunderingStatus
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from CharField
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 |
Class Method Details
.field ⇒ Object
6646 6647 6648 |
# File 'lib/quickfix_fields.rb', line 6646 def MoneyLaunderingStatus.field return 481 end |