Class: Quickfix::LegSwapClass
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegSwapClass
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSwapClass
constructor
A new instance of LegSwapClass.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegSwapClass
Returns a new instance of LegSwapClass.
27098 27099 27100 27101 27102 27103 27104 |
# File 'lib/quickfix_fields.rb', line 27098 def initialize(data = nil) if( data == nil ) super(2070) else super(2070, data) end end |
Class Method Details
.field ⇒ Object
27095 27096 27097 |
# File 'lib/quickfix_fields.rb', line 27095 def LegSwapClass.field return 2070 end |