Class: Quickfix::TickDirection
- Inherits:
-
CharField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ TickDirection
Returns a new instance of TickDirection.
6857 6858 6859 6860 6861 6862 6863 |
# File 'lib/quickfix_fields.rb', line 6857 def initialize(data = nil) if( data == nil ) super(274) else super(274, data) end end |
Class Method Details
.field ⇒ Object
6854 6855 6856 |
# File 'lib/quickfix_fields.rb', line 6854 def TickDirection.field return 274 end |