Class: Quickfix::UnderlyingCouponPaymentDate
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingCouponPaymentDate
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingCouponPaymentDate
constructor
A new instance of UnderlyingCouponPaymentDate.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingCouponPaymentDate
Returns a new instance of UnderlyingCouponPaymentDate.
5934 5935 5936 5937 5938 5939 5940 |
# File 'lib/quickfix_fields.rb', line 5934 def initialize(data = nil) if( data == nil ) super(241) else super(241, data) end end |