Class: Quickfix::CouponPaymentDate
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::CouponPaymentDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CouponPaymentDate
constructor
A new instance of CouponPaymentDate.
Constructor Details
#initialize(data = nil) ⇒ CouponPaymentDate
Returns a new instance of CouponPaymentDate.
5297 5298 5299 5300 5301 5302 5303 |
# File 'lib/quickfix_fields.rb', line 5297 def initialize(data = nil) if( data == nil ) super(224) else super(224, data) end end |
Class Method Details
.field ⇒ Object
5294 5295 5296 |
# File 'lib/quickfix_fields.rb', line 5294 def CouponPaymentDate.field return 224 end |