Class: Quickfix::NoLegAllocs
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoLegAllocs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegAllocs
constructor
A new instance of NoLegAllocs.
Constructor Details
#initialize(data = nil) ⇒ NoLegAllocs
Returns a new instance of NoLegAllocs.
2255 2256 2257 2258 2259 2260 2261 |
# File 'lib/quickfix_fields.rb', line 2255 def initialize(data = nil) if( data == nil ) super(670) else super(670, data) end end |
Class Method Details
.field ⇒ Object
2252 2253 2254 |
# File 'lib/quickfix_fields.rb', line 2252 def NoLegAllocs.field return 670 end |