Class: Quickfix::UnderlyingStreamFirstPeriodStartDateUnadjusted
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingStreamFirstPeriodStartDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamFirstPeriodStartDateUnadjusted
constructor
A new instance of UnderlyingStreamFirstPeriodStartDateUnadjusted.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStreamFirstPeriodStartDateUnadjusted
Returns a new instance of UnderlyingStreamFirstPeriodStartDateUnadjusted.
34547 34548 34549 34550 34551 34552 34553 |
# File 'lib/quickfix_fields.rb', line 34547 def initialize(data = nil) if( data == nil ) super(40558) else super(40558, data) end end |