Class: Quickfix::UnderlyingPaymentStreamPaymentDateOffsetPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamPaymentDateOffsetPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPaymentDateOffsetPeriod
constructor
A new instance of UnderlyingPaymentStreamPaymentDateOffsetPeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPaymentDateOffsetPeriod
34950 34951 34952 34953 34954 34955 34956 |
# File 'lib/quickfix_fields.rb', line 34950 def initialize(data = nil) if( data == nil ) super(40589) else super(40589, data) end end |
Class Method Details
.field ⇒ Object
34947 34948 34949 |
# File 'lib/quickfix_fields.rb', line 34947 def .field return 40589 end |