Class: Quickfix::StartTickPriceRange
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::StartTickPriceRange
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StartTickPriceRange
constructor
A new instance of StartTickPriceRange.
Constructor Details
#initialize(data = nil) ⇒ StartTickPriceRange
Returns a new instance of StartTickPriceRange.
1137 1138 1139 1140 1141 1142 1143 |
# File 'lib/quickfix_fields.rb', line 1137 def initialize(data = nil) if( data == nil ) super(1206) else super(1206, data) end end |
Class Method Details
.field ⇒ Object
1134 1135 1136 |
# File 'lib/quickfix_fields.rb', line 1134 def StartTickPriceRange.field return 1206 end |