Class: Quickfix::UnderlyingComplexEventDateAdjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingComplexEventDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventDateAdjusted
constructor
A new instance of UnderlyingComplexEventDateAdjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventDateAdjusted
Returns a new instance of UnderlyingComplexEventDateAdjusted.
52448 52449 52450 52451 52452 52453 52454 |
# File 'lib/quickfix_fields.rb', line 52448 def initialize(data = nil) if( data == nil ) super(41745) else super(41745, data) end end |
Class Method Details
.field ⇒ Object
52445 52446 52447 |
# File 'lib/quickfix_fields.rb', line 52445 def .field return 41745 end |