Class: Quickfix::NoFills
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoFills
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoFills
constructor
A new instance of NoFills.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoFills
Returns a new instance of NoFills.
18102 18103 18104 18105 18106 18107 18108 |
# File 'lib/quickfix_fields.rb', line 18102 def initialize(data = nil) if( data == nil ) super(1362) else super(1362, data) end end |
Class Method Details
.field ⇒ Object
18099 18100 18101 |
# File 'lib/quickfix_fields.rb', line 18099 def NoFills.field return 1362 end |