Class: Quickfix::SwapSubClass
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SwapSubClass
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SwapSubClass
constructor
A new instance of SwapSubClass.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SwapSubClass
Returns a new instance of SwapSubClass.
42256 42257 42258 42259 42260 42261 42262 |
# File 'lib/quickfix_fields.rb', line 42256 def initialize(data = nil) if( data == nil ) super(1575) else super(1575, data) end end |
Class Method Details
.field ⇒ Object
42253 42254 42255 |
# File 'lib/quickfix_fields.rb', line 42253 def SwapSubClass.field return 1575 end |