Class: Quickfix::MoneyLaunderingStatus

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

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

.fieldObject



6646
6647
6648
# File 'lib/quickfix_fields.rb', line 6646

def MoneyLaunderingStatus.field
  return 481
end