Class: Quickfix::UnderlyingProtectionTermObligationValue
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingProtectionTermObligationValue
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProtectionTermObligationValue
constructor
A new instance of UnderlyingProtectionTermObligationValue.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProtectionTermObligationValue
Returns a new instance of UnderlyingProtectionTermObligationValue.
58987 58988 58989 58990 58991 58992 58993 |
# File 'lib/quickfix_fields.rb', line 58987 def initialize(data = nil) if( data == nil ) super(42089) else super(42089, data) end end |