Class: Quickfix::LegProtectionTermEventDayType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegProtectionTermEventDayType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProtectionTermEventDayType
constructor
A new instance of LegProtectionTermEventDayType.
Constructor Details
#initialize(data = nil) ⇒ LegProtectionTermEventDayType
Returns a new instance of LegProtectionTermEventDayType.
50966 50967 50968 50969 50970 50971 50972 |
# File 'lib/quickfix_fields.rb', line 50966 def initialize(data = nil) if( data == nil ) super(41631) else super(41631, data) end end |