Class: Quickfix::LegNonCashDividendTreatment
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegNonCashDividendTreatment
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegNonCashDividendTreatment
constructor
A new instance of LegNonCashDividendTreatment.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegNonCashDividendTreatment
Returns a new instance of LegNonCashDividendTreatment.
65253 65254 65255 65256 65257 65258 65259 |
# File 'lib/quickfix_fields.rb', line 65253 def initialize(data = nil) if( data == nil ) super(42350) else super(42350, data) end end |
Class Method Details
.field ⇒ Object
65250 65251 65252 |
# File 'lib/quickfix_fields.rb', line 65250 def LegNonCashDividendTreatment.field return 42350 end |