Class: Quickfix::UnderlyingRedemptionDate
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingRedemptionDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
14007 14008 14009 14010 14011 14012 14013 |
# File 'lib/quickfix_fields.rb', line 14007 def initialize(data = nil) if( data == nil ) super(247) else super(247, data) end end |
Class Method Details
.field ⇒ Object
14004 14005 14006 |
# File 'lib/quickfix_fields.rb', line 14004 def UnderlyingRedemptionDate.field return 247 end |