Class: Quickfix::UnderlyingComplexEventCreditEventType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingComplexEventCreditEventType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventCreditEventType
constructor
A new instance of UnderlyingComplexEventCreditEventType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventCreditEventType
Returns a new instance of UnderlyingComplexEventCreditEventType.
52084 52085 52086 52087 52088 52089 52090 |
# File 'lib/quickfix_fields.rb', line 52084 def initialize(data = nil) if( data == nil ) super(41717) else super(41717, data) end end |
Class Method Details
.field ⇒ Object
52081 52082 52083 |
# File 'lib/quickfix_fields.rb', line 52081 def UnderlyingComplexEventCreditEventType.field return 41717 end |