Class: Quickfix::PriceRangeProductComplex

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PriceRangeProductComplex

Returns a new instance of PriceRangeProductComplex.



62224
62225
62226
62227
62228
62229
62230
# File 'lib/quickfix_fields.rb', line 62224

def initialize(data = nil)
  if( data == nil )
    super(2555)
  else
    super(2555, data)
  end
end

Class Method Details

.fieldObject



62221
62222
62223
# File 'lib/quickfix_fields.rb', line 62221

def PriceRangeProductComplex.field
  return 2555
end