Class: Quickfix::NoEvents
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoEvents
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoEvents
constructor
A new instance of NoEvents.
Constructor Details
#initialize(data = nil) ⇒ NoEvents
Returns a new instance of NoEvents.
11953 11954 11955 11956 11957 11958 11959 |
# File 'lib/quickfix_fields.rb', line 11953 def initialize(data = nil) if( data == nil ) super(864) else super(864, data) end end |
Class Method Details
.field ⇒ Object
11950 11951 11952 |
# File 'lib/quickfix_fields.rb', line 11950 def NoEvents.field return 864 end |