Class: Quickfix::LegDividendPeriodPaymentDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegDividendPeriodPaymentDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDividendPeriodPaymentDateRelativeTo
constructor
A new instance of LegDividendPeriodPaymentDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegDividendPeriodPaymentDateRelativeTo
Returns a new instance of LegDividendPeriodPaymentDateRelativeTo.
65643 65644 65645 65646 65647 65648 65649 |
# File 'lib/quickfix_fields.rb', line 65643 def initialize(data = nil) if( data == nil ) super(42380) else super(42380, data) end end |
Class Method Details
.field ⇒ Object
65640 65641 65642 |
# File 'lib/quickfix_fields.rb', line 65640 def LegDividendPeriodPaymentDateRelativeTo.field return 42380 end |