Class: Quickfix::EndTickPriceRange
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::EndTickPriceRange
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EndTickPriceRange
constructor
A new instance of EndTickPriceRange.
Constructor Details
#initialize(data = nil) ⇒ EndTickPriceRange
Returns a new instance of EndTickPriceRange.
12863 12864 12865 12866 12867 12868 12869 |
# File 'lib/quickfix_fields.rb', line 12863 def initialize(data = nil) if( data == nil ) super(1207) else super(1207, data) end end |
Class Method Details
.field ⇒ Object
12860 12861 12862 |
# File 'lib/quickfix_fields.rb', line 12860 def EndTickPriceRange.field return 1207 end |