Class: Quickfix::LegSettlMethodElectionDateOffsetDayType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegSettlMethodElectionDateOffsetDayType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSettlMethodElectionDateOffsetDayType
constructor
A new instance of LegSettlMethodElectionDateOffsetDayType.
Constructor Details
#initialize(data = nil) ⇒ LegSettlMethodElectionDateOffsetDayType
Returns a new instance of LegSettlMethodElectionDateOffsetDayType.
68230 68231 68232 68233 68234 68235 68236 |
# File 'lib/quickfix_fields.rb', line 68230 def initialize(data = nil) if( data == nil ) super(42579) else super(42579, data) end end |