Class: Quickfix::StartTickPriceRange

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

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



1134
1135
1136
# File 'lib/quickfix_fields.rb', line 1134

def StartTickPriceRange.field
  return 1206
end