Class: Quickfix::UnderlyingDividendPeriodBusinessDayConvention
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingDividendPeriodBusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendPeriodBusinessDayConvention
constructor
A new instance of UnderlyingDividendPeriodBusinessDayConvention.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendPeriodBusinessDayConvention
Returns a new instance of UnderlyingDividendPeriodBusinessDayConvention.
72000 72001 72002 72003 72004 72005 72006 |
# File 'lib/quickfix_fields.rb', line 72000 def initialize(data = nil) if( data == nil ) super(42868) else super(42868, data) end end |
Class Method Details
.field ⇒ Object
71997 71998 71999 |
# File 'lib/quickfix_fields.rb', line 71997 def UnderlyingDividendPeriodBusinessDayConvention.field return 42868 end |