Class: Quickfix::LegSwapSubClass
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegSwapSubClass
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSwapSubClass
constructor
A new instance of LegSwapSubClass.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegSwapSubClass
Returns a new instance of LegSwapSubClass.
42594 42595 42596 42597 42598 42599 42600 |
# File 'lib/quickfix_fields.rb', line 42594 def initialize(data = nil) if( data == nil ) super(2156) else super(2156, data) end end |
Class Method Details
.field ⇒ Object
42591 42592 42593 |
# File 'lib/quickfix_fields.rb', line 42591 def LegSwapSubClass.field return 2156 end |