Class: Quickfix::UnderlyingStreamFirstPeriodStartDateAdjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingStreamFirstPeriodStartDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamFirstPeriodStartDateAdjusted
constructor
A new instance of UnderlyingStreamFirstPeriodStartDateAdjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStreamFirstPeriodStartDateAdjusted
Returns a new instance of UnderlyingStreamFirstPeriodStartDateAdjusted.
34586 34587 34588 34589 34590 34591 34592 |
# File 'lib/quickfix_fields.rb', line 34586 def initialize(data = nil) if( data == nil ) super(40561) else super(40561, data) end end |
Class Method Details
.field ⇒ Object
34583 34584 34585 |
# File 'lib/quickfix_fields.rb', line 34583 def .field return 40561 end |