Class: Quickfix::ParticipationRate
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::ParticipationRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ParticipationRate
constructor
A new instance of ParticipationRate.
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
.field ⇒ Object
6945 6946 6947 |
# File 'lib/quickfix_fields.rb', line 6945 def ParticipationRate.field return 849 end |