Class: Quickfix::ComplexEventCreditEventType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ComplexEventCreditEventType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventCreditEventType
constructor
A new instance of ComplexEventCreditEventType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ComplexEventCreditEventType
Returns a new instance of ComplexEventCreditEventType.
40748 40749 40750 40751 40752 40753 40754 |
# File 'lib/quickfix_fields.rb', line 40748 def initialize(data = nil) if( data == nil ) super(40998) else super(40998, data) end end |
Class Method Details
.field ⇒ Object
40745 40746 40747 |
# File 'lib/quickfix_fields.rb', line 40745 def ComplexEventCreditEventType.field return 40998 end |