Class: Quickfix::UnderlyingEventTimePeriod
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingEventTimePeriod
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingEventTimePeriod
constructor
A new instance of UnderlyingEventTimePeriod.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingEventTimePeriod
Returns a new instance of UnderlyingEventTimePeriod.
26006 26007 26008 26009 26010 26011 26012 |
# File 'lib/quickfix_fields.rb', line 26006 def initialize(data = nil) if( data == nil ) super(1986) else super(1986, data) end end |