Class: Quickfix::DividendPeriodPaymentDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::DividendPeriodPaymentDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DividendPeriodPaymentDateRelativeTo
constructor
A new instance of DividendPeriodPaymentDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ DividendPeriodPaymentDateRelativeTo
Returns a new instance of DividendPeriodPaymentDateRelativeTo.
64304 64305 64306 64307 64308 64309 64310 |
# File 'lib/quickfix_fields.rb', line 64304 def initialize(data = nil) if( data == nil ) super(42288) else super(42288, data) end end |
Class Method Details
.field ⇒ Object
64301 64302 64303 |
# File 'lib/quickfix_fields.rb', line 64301 def DividendPeriodPaymentDateRelativeTo.field return 42288 end |