Class: Quickfix::UnderlyingComplexEventDateUnadjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingComplexEventDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventDateUnadjusted
constructor
A new instance of UnderlyingComplexEventDateUnadjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventDateUnadjusted
Returns a new instance of UnderlyingComplexEventDateUnadjusted.
52370 52371 52372 52373 52374 52375 52376 |
# File 'lib/quickfix_fields.rb', line 52370 def initialize(data = nil) if( data == nil ) super(41739) else super(41739, data) end end |
Class Method Details
.field ⇒ Object
52367 52368 52369 |
# File 'lib/quickfix_fields.rb', line 52367 def UnderlyingComplexEventDateUnadjusted.field return 41739 end |