Class: Quickfix::StreamFirstPeriodStartDateAdjusted
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::StreamFirstPeriodStartDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StreamFirstPeriodStartDateAdjusted
constructor
A new instance of StreamFirstPeriodStartDateAdjusted.
Constructor Details
#initialize(data = nil) ⇒ StreamFirstPeriodStartDateAdjusted
Returns a new instance of StreamFirstPeriodStartDateAdjusted.
28320 28321 28322 28323 28324 28325 28326 |
# File 'lib/quickfix_fields.rb', line 28320 def initialize(data = nil) if( data == nil ) super(40078) else super(40078, data) end end |