Class: Quickfix::NonCashDividendTreatment
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NonCashDividendTreatment
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NonCashDividendTreatment
constructor
A new instance of NonCashDividendTreatment.
Methods inherited from IntField
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
.field ⇒ Object
63911 63912 63913 |
# File 'lib/quickfix_fields.rb', line 63911 def NonCashDividendTreatment.field return 42258 end |