Class: Quickfix::UnderlyingProtectionTermEventDayType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingProtectionTermEventDayType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProtectionTermEventDayType
constructor
A new instance of UnderlyingProtectionTermEventDayType.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProtectionTermEventDayType
Returns a new instance of UnderlyingProtectionTermEventDayType.
58909 58910 58911 58912 58913 58914 58915 |
# File 'lib/quickfix_fields.rb', line 58909 def initialize(data = nil) if( data == nil ) super(42083) else super(42083, data) end end |