Class: Quickfix::Side
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::Side
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ Side
constructor
A new instance of Side.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ Side
Returns a new instance of Side.
1436 1437 1438 1439 1440 1441 1442 |
# File 'lib/quickfix_fields.rb', line 1436 def initialize(data = nil) if( data == nil ) super(54) else super(54, data) end end |
Class Method Details
.field ⇒ Object
1433 1434 1435 |
# File 'lib/quickfix_fields.rb', line 1433 def Side.field return 54 end |