Class: Quickfix::UnderlyingPaymentStreamPaymentDateOffsetPeriod
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingPaymentStreamPaymentDateOffsetPeriod
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPaymentDateOffsetPeriod
constructor
A new instance of UnderlyingPaymentStreamPaymentDateOffsetPeriod.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPaymentDateOffsetPeriod
Returns a new instance of 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 |