Class: Quickfix::UnderlyingStreamFirstPeriodStartDateUnadjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingStreamFirstPeriodStartDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamFirstPeriodStartDateUnadjusted
constructor
A new instance of UnderlyingStreamFirstPeriodStartDateUnadjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
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 |
Class Method Details
.field ⇒ Object
34544 34545 34546 |
# File 'lib/quickfix_fields.rb', line 34544 def UnderlyingStreamFirstPeriodStartDateUnadjusted.field return 40558 end |