Class: Quickfix::TargetStrategy

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TargetStrategy



8612
8613
8614
8615
8616
8617
8618
# File 'lib/quickfix_fields.rb', line 8612

def initialize(data = nil)
  if( data == nil )
    super(847)
  else
    super(847, data)
  end
end

Class Method Details

.fieldObject



8609
8610
8611
# File 'lib/quickfix_fields.rb', line 8609

def TargetStrategy.field
  return 847
end