Class: Quickfix::ComplexEventCreditEventValue
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ComplexEventCreditEventValue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventCreditEventValue
constructor
A new instance of ComplexEventCreditEventValue.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ComplexEventCreditEventValue
Returns a new instance of ComplexEventCreditEventValue.
40761 40762 40763 40764 40765 40766 40767 |
# File 'lib/quickfix_fields.rb', line 40761 def initialize(data = nil) if( data == nil ) super(40999) else super(40999, data) end end |
Class Method Details
.field ⇒ Object
40758 40759 40760 |
# File 'lib/quickfix_fields.rb', line 40758 def ComplexEventCreditEventValue.field return 40999 end |