Class: Quickfix::SettlPriceSecondaryIncrement

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

Returns a new instance of SettlPriceSecondaryIncrement.



23991
23992
23993
23994
23995
23996
23997
# File 'lib/quickfix_fields.rb', line 23991

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

Class Method Details

.fieldObject



23988
23989
23990
# File 'lib/quickfix_fields.rb', line 23988

def SettlPriceSecondaryIncrement.field
  return 1831
end