Class: Quickfix::UnderlyingProtectionTermObligationType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingProtectionTermObligationType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProtectionTermObligationType
constructor
A new instance of UnderlyingProtectionTermObligationType.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProtectionTermObligationType
58974 58975 58976 58977 58978 58979 58980 |
# File 'lib/quickfix_fields.rb', line 58974 def initialize(data = nil) if( data == nil ) super(42088) else super(42088, data) end end |