Class: Quickfix::TotNoFills
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::TotNoFills
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TotNoFills
constructor
A new instance of TotNoFills.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ TotNoFills
Returns a new instance of TotNoFills.
18089 18090 18091 18092 18093 18094 18095 |
# File 'lib/quickfix_fields.rb', line 18089 def initialize(data = nil) if( data == nil ) super(1361) else super(1361, data) end end |
Class Method Details
.field ⇒ Object
18086 18087 18088 |
# File 'lib/quickfix_fields.rb', line 18086 def TotNoFills.field return 1361 end |