Class: Quickfix::ComplexEventPricePercentage

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ ComplexEventPricePercentage

Returns a new instance of ComplexEventPricePercentage.



41255
41256
41257
41258
41259
41260
41261
# File 'lib/quickfix_fields.rb', line 41255

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

Class Method Details

.fieldObject



41252
41253
41254
# File 'lib/quickfix_fields.rb', line 41252

def ComplexEventPricePercentage.field
  return 2123
end