Class: Quickfix::NoValueChecks
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoValueChecks
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoValueChecks
constructor
A new instance of NoValueChecks.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoValueChecks
Returns a new instance of NoValueChecks.
24446 24447 24448 24449 24450 24451 24452 |
# File 'lib/quickfix_fields.rb', line 24446 def initialize(data = nil) if( data == nil ) super(1868) else super(1868, data) end end |
Class Method Details
.field ⇒ Object
24443 24444 24445 |
# File 'lib/quickfix_fields.rb', line 24443 def NoValueChecks.field return 1868 end |