Class: Quickfix::UnderlyingCouponPaymentDate
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingCouponPaymentDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
591 592 593 594 595 596 597 |
# File 'lib/quickfix_fields.rb', line 591 def initialize(data = nil) if( data == nil ) super(241) else super(241, data) end end |
Class Method Details
.field ⇒ Object
588 589 590 |
# File 'lib/quickfix_fields.rb', line 588 def UnderlyingCouponPaymentDate.field return 241 end |