Class: Quickfix::NoLegProtectionTermEvents
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoLegProtectionTermEvents
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegProtectionTermEvents
constructor
A new instance of NoLegProtectionTermEvents.
Constructor Details
#initialize(data = nil) ⇒ NoLegProtectionTermEvents
Returns a new instance of NoLegProtectionTermEvents.
50888 50889 50890 50891 50892 50893 50894 |
# File 'lib/quickfix_fields.rb', line 50888 def initialize(data = nil) if( data == nil ) super(41625) else super(41625, data) end end |