Class: Quickfix::LegStreamFirstPeriodStartDateUnadjusted
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegStreamFirstPeriodStartDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStreamFirstPeriodStartDateUnadjusted
constructor
A new instance of LegStreamFirstPeriodStartDateUnadjusted.
Constructor Details
#initialize(data = nil) ⇒ LegStreamFirstPeriodStartDateUnadjusted
Returns a new instance of LegStreamFirstPeriodStartDateUnadjusted.
30764 30765 30766 30767 30768 30769 30770 |
# File 'lib/quickfix_fields.rb', line 30764 def initialize(data = nil) if( data == nil ) super(40267) else super(40267, data) end end |