Class: Quickfix::TotNoAllocs
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::TotNoAllocs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TotNoAllocs
constructor
A new instance of TotNoAllocs.
Constructor Details
#initialize(data = nil) ⇒ TotNoAllocs
Returns a new instance of TotNoAllocs.
9886 9887 9888 9889 9890 9891 9892 |
# File 'lib/quickfix_fields.rb', line 9886 def initialize(data = nil) if( data == nil ) super(892) else super(892, data) end end |
Class Method Details
.field ⇒ Object
9883 9884 9885 |
# File 'lib/quickfix_fields.rb', line 9883 def TotNoAllocs.field return 892 end |