Class: Quickfix::ParticipationRate

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ParticipationRate

Returns a new instance of ParticipationRate.



6948
6949
6950
6951
6952
6953
6954
# File 'lib/quickfix_fields.rb', line 6948

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

Class Method Details

.fieldObject



6945
6946
6947
# File 'lib/quickfix_fields.rb', line 6945

def ParticipationRate.field
  return 849
end