Class: Quickfix::UnderlyingComplexEventCreditEventValue
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingComplexEventCreditEventValue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventCreditEventValue
constructor
A new instance of UnderlyingComplexEventCreditEventValue.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventCreditEventValue
Returns a new instance of UnderlyingComplexEventCreditEventValue.
52097 52098 52099 52100 52101 52102 52103 |
# File 'lib/quickfix_fields.rb', line 52097 def initialize(data = nil) if( data == nil ) super(41718) else super(41718, data) end end |
Class Method Details
.field ⇒ Object
52094 52095 52096 |
# File 'lib/quickfix_fields.rb', line 52094 def .field return 41718 end |