Class: Quickfix::OpenClose
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::OpenClose
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OpenClose
constructor
A new instance of OpenClose.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ OpenClose
Returns a new instance of OpenClose.
1696 1697 1698 1699 1700 1701 1702 |
# File 'lib/quickfix_fields.rb', line 1696 def initialize(data = nil) if( data == nil ) super(77) else super(77, data) end end |
Class Method Details
.field ⇒ Object
1693 1694 1695 |
# File 'lib/quickfix_fields.rb', line 1693 def OpenClose.field return 77 end |