Class: Quickfix::NoUnderlyingProtectionTermObligations
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoUnderlyingProtectionTermObligations
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingProtectionTermObligations
constructor
A new instance of NoUnderlyingProtectionTermObligations.
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingProtectionTermObligations
Returns a new instance of NoUnderlyingProtectionTermObligations.
58961 58962 58963 58964 58965 58966 58967 |
# File 'lib/quickfix_fields.rb', line 58961 def initialize(data = nil) if( data == nil ) super(42087) else super(42087, data) end end |