Class: Quickfix::NoProtectionTerms
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoProtectionTerms
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoProtectionTerms
constructor
A new instance of NoProtectionTerms.
Constructor Details
#initialize(data = nil) ⇒ NoProtectionTerms
Returns a new instance of NoProtectionTerms.
29659 29660 29661 29662 29663 29664 29665 |
# File 'lib/quickfix_fields.rb', line 29659 def initialize(data = nil) if( data == nil ) super(40181) else super(40181, data) end end |