Class: Quickfix::TickDirection
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::TickDirection
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TickDirection
constructor
A new instance of TickDirection.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ TickDirection
Returns a new instance of TickDirection.
3451 3452 3453 3454 3455 3456 3457 |
# File 'lib/quickfix_fields.rb', line 3451 def initialize(data = nil) if( data == nil ) super(274) else super(274, data) end end |
Class Method Details
.field ⇒ Object
3448 3449 3450 |
# File 'lib/quickfix_fields.rb', line 3448 def TickDirection.field return 274 end |