Class: Quickfix::TargetStrategyParameters

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TargetStrategyParameters



16750
16751
16752
16753
16754
16755
16756
# File 'lib/quickfix_fields.rb', line 16750

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

Class Method Details

.fieldObject



16747
16748
16749
# File 'lib/quickfix_fields.rb', line 16747

def TargetStrategyParameters.field
  return 848
end