Class: Quickfix::LegComplexEventCreditEventSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegComplexEventCreditEventSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegComplexEventCreditEventSource
constructor
A new instance of LegComplexEventCreditEventSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegComplexEventCreditEventSource
Returns a new instance of LegComplexEventCreditEventSource.
47417 47418 47419 47420 47421 47422 47423 |
# File 'lib/quickfix_fields.rb', line 47417 def initialize(data = nil) if( data == nil ) super(41399) else super(41399, data) end end |
Class Method Details
.field ⇒ Object
47414 47415 47416 |
# File 'lib/quickfix_fields.rb', line 47414 def LegComplexEventCreditEventSource.field return 41399 end |