Class: Quickfix::DividendPeriodPaymentDateUnadjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::DividendPeriodPaymentDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DividendPeriodPaymentDateUnadjusted
constructor
A new instance of DividendPeriodPaymentDateUnadjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ DividendPeriodPaymentDateUnadjusted
Returns a new instance of DividendPeriodPaymentDateUnadjusted.
64291 64292 64293 64294 64295 64296 64297 |
# File 'lib/quickfix_fields.rb', line 64291 def initialize(data = nil) if( data == nil ) super(42287) else super(42287, data) end end |
Class Method Details
.field ⇒ Object
64288 64289 64290 |
# File 'lib/quickfix_fields.rb', line 64288 def DividendPeriodPaymentDateUnadjusted.field return 42287 end |