Class: Quickfix::EventText
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::EventText
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EventText
constructor
A new instance of EventText.
Constructor Details
#initialize(data = nil) ⇒ EventText
Returns a new instance of EventText.
14358 14359 14360 14361 14362 14363 14364 |
# File 'lib/quickfix_fields.rb', line 14358 def initialize(data = nil) if( data == nil ) super(868) else super(868, data) end end |
Class Method Details
.field ⇒ Object
14355 14356 14357 |
# File 'lib/quickfix_fields.rb', line 14355 def EventText.field return 868 end |