Class: Quickfix::ProvisionOptionRelevantUnderlyingDateOffsetDayType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::ProvisionOptionRelevantUnderlyingDateOffsetDayType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProvisionOptionRelevantUnderlyingDateOffsetDayType
constructor
A new instance of ProvisionOptionRelevantUnderlyingDateOffsetDayType.
Constructor Details
#initialize(data = nil) ⇒ ProvisionOptionRelevantUnderlyingDateOffsetDayType
Returns a new instance of ProvisionOptionRelevantUnderlyingDateOffsetDayType.
29399 29400 29401 29402 29403 29404 29405 |
# File 'lib/quickfix_fields.rb', line 29399 def initialize(data = nil) if( data == nil ) super(40161) else super(40161, data) end end |