Class: Quickfix::TickDirection

Inherits:
CharField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

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

.fieldObject



3448
3449
3450
# File 'lib/quickfix_fields.rb', line 3448

def TickDirection.field
  return 274
end