Class: Quickfix::DayAvgPx
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::DayAvgPx
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DayAvgPx
constructor
A new instance of DayAvgPx.
Constructor Details
#initialize(data = nil) ⇒ DayAvgPx
Returns a new instance of DayAvgPx.
6766 6767 6768 6769 6770 6771 6772 |
# File 'lib/quickfix_fields.rb', line 6766 def initialize(data = nil) if( data == nil ) super(426) else super(426, data) end end |
Class Method Details
.field ⇒ Object
6763 6764 6765 |
# File 'lib/quickfix_fields.rb', line 6763 def DayAvgPx.field return 426 end |