Class: Quickfix::MessageEventSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::MessageEventSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MessageEventSource
constructor
A new instance of MessageEventSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ MessageEventSource
Returns a new instance of MessageEventSource.
13578 13579 13580 13581 13582 13583 13584 |
# File 'lib/quickfix_fields.rb', line 13578 def initialize(data = nil) if( data == nil ) super(1011) else super(1011, data) end end |
Class Method Details
.field ⇒ Object
13575 13576 13577 |
# File 'lib/quickfix_fields.rb', line 13575 def MessageEventSource.field return 1011 end |