Class: Quickfix::UnderlyingPaymentStreamCompoundingDate
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingPaymentStreamCompoundingDate
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingDate
constructor
A new instance of UnderlyingPaymentStreamCompoundingDate.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingDate
Returns a new instance of UnderlyingPaymentStreamCompoundingDate.
72663 72664 72665 72666 72667 72668 72669 |
# File 'lib/quickfix_fields.rb', line 72663 def initialize(data = nil) if( data == nil ) super(42902) else super(42902, data) end end |