Class: Quickfix::LegComplexEventCreditEventValue
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegComplexEventCreditEventValue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegComplexEventCreditEventValue
constructor
A new instance of LegComplexEventCreditEventValue.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegComplexEventCreditEventValue
Returns a new instance of LegComplexEventCreditEventValue.
47014 47015 47016 47017 47018 47019 47020 |
# File 'lib/quickfix_fields.rb', line 47014 def initialize(data = nil) if( data == nil ) super(41368) else super(41368, data) end end |
Class Method Details
.field ⇒ Object
47011 47012 47013 |
# File 'lib/quickfix_fields.rb', line 47011 def LegComplexEventCreditEventValue.field return 41368 end |