Class: Quickfix::LegSide
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::LegSide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSide
constructor
A new instance of LegSide.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ LegSide
Returns a new instance of LegSide.
8469 8470 8471 8472 8473 8474 8475 |
# File 'lib/quickfix_fields.rb', line 8469 def initialize(data = nil) if( data == nil ) super(624) else super(624, data) end end |
Class Method Details
.field ⇒ Object
8466 8467 8468 |
# File 'lib/quickfix_fields.rb', line 8466 def LegSide.field return 624 end |