Class: Quickfix::LegDividendPeriodBusinessDayConvention
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegDividendPeriodBusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDividendPeriodBusinessDayConvention
constructor
A new instance of LegDividendPeriodBusinessDayConvention.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegDividendPeriodBusinessDayConvention
Returns a new instance of LegDividendPeriodBusinessDayConvention.
65539 65540 65541 65542 65543 65544 65545 |
# File 'lib/quickfix_fields.rb', line 65539 def initialize(data = nil) if( data == nil ) super(42372) else super(42372, data) end end |
Class Method Details
.field ⇒ Object
65536 65537 65538 |
# File 'lib/quickfix_fields.rb', line 65536 def LegDividendPeriodBusinessDayConvention.field return 42372 end |