Class: Quickfix::NoLegProtectionTerms
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoLegProtectionTerms
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegProtectionTerms
constructor
A new instance of NoLegProtectionTerms.
Constructor Details
#initialize(data = nil) ⇒ NoLegProtectionTerms
Returns a new instance of NoLegProtectionTerms.
50771 50772 50773 50774 50775 50776 50777 |
# File 'lib/quickfix_fields.rb', line 50771 def initialize(data = nil) if( data == nil ) super(41616) else super(41616, data) end end |