Class: Quickfix::LegProtectionTermEventType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegProtectionTermEventType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProtectionTermEventType
constructor
A new instance of LegProtectionTermEventType.
Constructor Details
#initialize(data = nil) ⇒ LegProtectionTermEventType
Returns a new instance of LegProtectionTermEventType.
50901 50902 50903 50904 50905 50906 50907 |
# File 'lib/quickfix_fields.rb', line 50901 def initialize(data = nil) if( data == nil ) super(41626) else super(41626, data) end end |