Class: Quickfix::NoExpiration
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoExpiration
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoExpiration
constructor
A new instance of NoExpiration.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoExpiration
Returns a new instance of NoExpiration.
13227 13228 13229 13230 13231 13232 13233 |
# File 'lib/quickfix_fields.rb', line 13227 def initialize(data = nil) if( data == nil ) super(981) else super(981, data) end end |
Class Method Details
.field ⇒ Object
13224 13225 13226 |
# File 'lib/quickfix_fields.rb', line 13224 def NoExpiration.field return 981 end |