Class: Quickfix::YieldRedemptionDate
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::YieldRedemptionDate
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ YieldRedemptionDate
constructor
A new instance of YieldRedemptionDate.
Constructor Details
#initialize(data = nil) ⇒ YieldRedemptionDate
Returns a new instance of YieldRedemptionDate.
9561 9562 9563 9564 9565 9566 9567 |
# File 'lib/quickfix_fields.rb', line 9561 def initialize(data = nil) if( data == nil ) super(696) else super(696, data) end end |