Class: Quickfix::LegProtectionTermXID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegProtectionTermXID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProtectionTermXID
constructor
A new instance of LegProtectionTermXID.
Constructor Details
#initialize(data = nil) ⇒ LegProtectionTermXID
Returns a new instance of LegProtectionTermXID.
50784 50785 50786 50787 50788 50789 50790 |
# File 'lib/quickfix_fields.rb', line 50784 def initialize(data = nil) if( data == nil ) super(41617) else super(41617, data) end end |