Class: Quickfix::UnderlyingComplexEventCreditEventSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingComplexEventCreditEventSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventCreditEventSource
constructor
A new instance of UnderlyingComplexEventCreditEventSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventCreditEventSource
Returns a new instance of UnderlyingComplexEventCreditEventSource.
52500 52501 52502 52503 52504 52505 52506 |
# File 'lib/quickfix_fields.rb', line 52500 def initialize(data = nil) if( data == nil ) super(41749) else super(41749, data) end end |
Class Method Details
.field ⇒ Object
52497 52498 52499 |
# File 'lib/quickfix_fields.rb', line 52497 def .field return 41749 end |