Class: Quickfix::NoDates
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoDates
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoDates
constructor
A new instance of NoDates.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoDates
Returns a new instance of NoDates.
7897 7898 7899 7900 7901 7902 7903 |
# File 'lib/quickfix_fields.rb', line 7897 def initialize(data = nil) if( data == nil ) super(580) else super(580, data) end end |
Class Method Details
.field ⇒ Object
7894 7895 7896 |
# File 'lib/quickfix_fields.rb', line 7894 def NoDates.field return 580 end |