Class: Quickfix::ValueCheckType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ValueCheckType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ValueCheckType
constructor
A new instance of ValueCheckType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ValueCheckType
Returns a new instance of ValueCheckType.
24459 24460 24461 24462 24463 24464 24465 |
# File 'lib/quickfix_fields.rb', line 24459 def initialize(data = nil) if( data == nil ) super(1869) else super(1869, data) end end |
Class Method Details
.field ⇒ Object
24456 24457 24458 |
# File 'lib/quickfix_fields.rb', line 24456 def ValueCheckType.field return 1869 end |