Class: Quickfix::PaymentStreamPaymentDateOffsetPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStreamPaymentDateOffsetPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamPaymentDateOffsetPeriod
constructor
A new instance of PaymentStreamPaymentDateOffsetPeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamPaymentDateOffsetPeriod
37160 37161 37162 37163 37164 37165 37166 |
# File 'lib/quickfix_fields.rb', line 37160 def initialize(data = nil) if( data == nil ) super(40759) else super(40759, data) end end |
Class Method Details
.field ⇒ Object
37157 37158 37159 |
# File 'lib/quickfix_fields.rb', line 37157 def PaymentStreamPaymentDateOffsetPeriod.field return 40759 end |