Class: Quickfix::NonCashDividendTreatment

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NonCashDividendTreatment

Returns a new instance of NonCashDividendTreatment.



63914
63915
63916
63917
63918
63919
63920
# File 'lib/quickfix_fields.rb', line 63914

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

Class Method Details

.fieldObject



63911
63912
63913
# File 'lib/quickfix_fields.rb', line 63911

def NonCashDividendTreatment.field
  return 42258
end