Class: Quickfix::UnderlyingRedemptionDate
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingRedemptionDate
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingRedemptionDate
constructor
A new instance of UnderlyingRedemptionDate.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingRedemptionDate
Returns a new instance of UnderlyingRedemptionDate.
6012 6013 6014 6015 6016 6017 6018 |
# File 'lib/quickfix_fields.rb', line 6012 def initialize(data = nil) if( data == nil ) super(247) else super(247, data) end end |