Class: Quickfix::UnderlyingStreamLastRegularPeriodEndDateUnadjusted
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingStreamLastRegularPeriodEndDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamLastRegularPeriodEndDateUnadjusted
constructor
A new instance of UnderlyingStreamLastRegularPeriodEndDateUnadjusted.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStreamLastRegularPeriodEndDateUnadjusted
Returns a new instance of UnderlyingStreamLastRegularPeriodEndDateUnadjusted.
34625 34626 34627 34628 34629 34630 34631 |
# File 'lib/quickfix_fields.rb', line 34625 def initialize(data = nil) if( data == nil ) super(40564) else super(40564, data) end end |