Class: Quickfix::DividendPeriodValuationDateAdjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::DividendPeriodValuationDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DividendPeriodValuationDateAdjusted
constructor
A new instance of DividendPeriodValuationDateAdjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ DividendPeriodValuationDateAdjusted
Returns a new instance of DividendPeriodValuationDateAdjusted.
64278 64279 64280 64281 64282 64283 64284 |
# File 'lib/quickfix_fields.rb', line 64278 def initialize(data = nil) if( data == nil ) super(42286) else super(42286, data) end end |
Class Method Details
.field ⇒ Object
64275 64276 64277 |
# File 'lib/quickfix_fields.rb', line 64275 def DividendPeriodValuationDateAdjusted.field return 42286 end |