Class: Quickfix::UnderlyingComplexEventCreditEventUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingComplexEventCreditEventUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventCreditEventUnit
constructor
A new instance of UnderlyingComplexEventCreditEventUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventCreditEventUnit
Returns a new instance of UnderlyingComplexEventCreditEventUnit.
52136 52137 52138 52139 52140 52141 52142 |
# File 'lib/quickfix_fields.rb', line 52136 def initialize(data = nil) if( data == nil ) super(41721) else super(41721, data) end end |
Class Method Details
.field ⇒ Object
52133 52134 52135 |
# File 'lib/quickfix_fields.rb', line 52133 def UnderlyingComplexEventCreditEventUnit.field return 41721 end |