Class: Quickfix::RedemptionDate
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::RedemptionDate
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RedemptionDate
constructor
A new instance of RedemptionDate.
Constructor Details
#initialize(data = nil) ⇒ RedemptionDate
Returns a new instance of RedemptionDate.
5921 5922 5923 5924 5925 5926 5927 |
# File 'lib/quickfix_fields.rb', line 5921 def initialize(data = nil) if( data == nil ) super(240) else super(240, data) end end |