Class: Quickfix::LegStreamFirstRegularPeriodStartDateUnadjusted
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegStreamFirstRegularPeriodStartDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStreamFirstRegularPeriodStartDateUnadjusted
constructor
A new instance of LegStreamFirstRegularPeriodStartDateUnadjusted.
Constructor Details
#initialize(data = nil) ⇒ LegStreamFirstRegularPeriodStartDateUnadjusted
Returns a new instance of LegStreamFirstRegularPeriodStartDateUnadjusted.
30816 30817 30818 30819 30820 30821 30822 |
# File 'lib/quickfix_fields.rb', line 30816 def initialize(data = nil) if( data == nil ) super(40271) else super(40271, data) end end |