Class: Quickfix::LegRedemptionDate
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegRedemptionDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegRedemptionDate
constructor
A new instance of LegRedemptionDate.
Constructor Details
#initialize(data = nil) ⇒ LegRedemptionDate
Returns a new instance of LegRedemptionDate.
6870 6871 6872 6873 6874 6875 6876 |
# File 'lib/quickfix_fields.rb', line 6870 def initialize(data = nil) if( data == nil ) super(254) else super(254, data) end end |
Class Method Details
.field ⇒ Object
6867 6868 6869 |
# File 'lib/quickfix_fields.rb', line 6867 def LegRedemptionDate.field return 254 end |