Class: Quickfix::SwapClass
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SwapClass
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SwapClass
constructor
A new instance of SwapClass.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SwapClass
Returns a new instance of SwapClass.
25421 25422 25423 25424 25425 25426 25427 |
# File 'lib/quickfix_fields.rb', line 25421 def initialize(data = nil) if( data == nil ) super(1941) else super(1941, data) end end |
Class Method Details
.field ⇒ Object
25418 25419 25420 |
# File 'lib/quickfix_fields.rb', line 25418 def SwapClass.field return 1941 end |