Class: Quickfix::DividendPeriodPaymentDateOffsetDayType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::DividendPeriodPaymentDateOffsetDayType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DividendPeriodPaymentDateOffsetDayType
constructor
A new instance of DividendPeriodPaymentDateOffsetDayType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ DividendPeriodPaymentDateOffsetDayType
64343 64344 64345 64346 64347 64348 64349 |
# File 'lib/quickfix_fields.rb', line 64343 def initialize(data = nil) if( data == nil ) super(42291) else super(42291, data) end end |
Class Method Details
.field ⇒ Object
64340 64341 64342 |
# File 'lib/quickfix_fields.rb', line 64340 def DividendPeriodPaymentDateOffsetDayType.field return 42291 end |