Class: Quickfix::NoCompIDs
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoCompIDs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoCompIDs
constructor
A new instance of NoCompIDs.
Constructor Details
#initialize(data = nil) ⇒ NoCompIDs
Returns a new instance of NoCompIDs.
32 33 34 35 36 37 38 |
# File 'lib/quickfix_fields.rb', line 32 def initialize(data = nil) if( data == nil ) super(936) else super(936, data) end end |
Class Method Details
.field ⇒ Object
29 30 31 |
# File 'lib/quickfix_fields.rb', line 29 def NoCompIDs.field return 936 end |