Class: Quickfix::UnderlyingNonCashDividendTreatment
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingNonCashDividendTreatment
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingNonCashDividendTreatment
constructor
A new instance of UnderlyingNonCashDividendTreatment.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingNonCashDividendTreatment
Returns a new instance of UnderlyingNonCashDividendTreatment.
71623 71624 71625 71626 71627 71628 71629 |
# File 'lib/quickfix_fields.rb', line 71623 def initialize(data = nil) if( data == nil ) super(42839) else super(42839, data) end end |
Class Method Details
.field ⇒ Object
71620 71621 71622 |
# File 'lib/quickfix_fields.rb', line 71620 def .field return 42839 end |