Class: Quickfix::ExecPriceAdjustment

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) ⇒ ExecPriceAdjustment

Returns a new instance of ExecPriceAdjustment.



6701
6702
6703
6704
6705
6706
6707
# File 'lib/quickfix_fields.rb', line 6701

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

Class Method Details

.fieldObject



6698
6699
6700
# File 'lib/quickfix_fields.rb', line 6698

def ExecPriceAdjustment.field
  return 485
end