Class: Quickfix::ProtectionTermObligationType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ProtectionTermObligationType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProtectionTermObligationType
constructor
A new instance of ProtectionTermObligationType.
Constructor Details
#initialize(data = nil) ⇒ ProtectionTermObligationType
Returns a new instance of ProtectionTermObligationType.
29932 29933 29934 29935 29936 29937 29938 |
# File 'lib/quickfix_fields.rb', line 29932 def initialize(data = nil) if( data == nil ) super(40202) else super(40202, data) end end |