Class: Quickfix::UnderlyingComplexEventPeriodDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingComplexEventPeriodDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventPeriodDate
constructor
A new instance of UnderlyingComplexEventPeriodDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventPeriodDate
Returns a new instance of UnderlyingComplexEventPeriodDate.
52214 52215 52216 52217 52218 52219 52220 |
# File 'lib/quickfix_fields.rb', line 52214 def initialize(data = nil) if( data == nil ) super(41727) else super(41727, data) end end |
Class Method Details
.field ⇒ Object
52211 52212 52213 |
# File 'lib/quickfix_fields.rb', line 52211 def .field return 41727 end |