Class: Quickfix::DividendPeriodValuationDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::DividendPeriodValuationDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DividendPeriodValuationDateRelativeTo
constructor
A new instance of DividendPeriodValuationDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ DividendPeriodValuationDateRelativeTo
Returns a new instance of DividendPeriodValuationDateRelativeTo.
64226 64227 64228 64229 64230 64231 64232 |
# File 'lib/quickfix_fields.rb', line 64226 def initialize(data = nil) if( data == nil ) super(42282) else super(42282, data) end end |
Class Method Details
.field ⇒ Object
64223 64224 64225 |
# File 'lib/quickfix_fields.rb', line 64223 def DividendPeriodValuationDateRelativeTo.field return 42282 end |