Class: Quickfix::DividendPeriodPaymentDateAdjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::DividendPeriodPaymentDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DividendPeriodPaymentDateAdjusted
constructor
A new instance of DividendPeriodPaymentDateAdjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ DividendPeriodPaymentDateAdjusted
Returns a new instance of DividendPeriodPaymentDateAdjusted.
64356 64357 64358 64359 64360 64361 64362 |
# File 'lib/quickfix_fields.rb', line 64356 def initialize(data = nil) if( data == nil ) super(42292) else super(42292, data) end end |
Class Method Details
.field ⇒ Object
64353 64354 64355 |
# File 'lib/quickfix_fields.rb', line 64353 def DividendPeriodPaymentDateAdjusted.field return 42292 end |