Class: Quickfix::UnderlyingProtectionTermEventMinimumSources
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingProtectionTermEventMinimumSources
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProtectionTermEventMinimumSources
constructor
A new instance of UnderlyingProtectionTermEventMinimumSources.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProtectionTermEventMinimumSources
Returns a new instance of UnderlyingProtectionTermEventMinimumSources.
58805 58806 58807 58808 58809 58810 58811 |
# File 'lib/quickfix_fields.rb', line 58805 def initialize(data = nil) if( data == nil ) super(42075) else super(42075, data) end end |