Class: Quickfix::ThresholdAmount

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ThresholdAmount



9327
9328
9329
9330
9331
9332
9333
# File 'lib/quickfix_fields.rb', line 9327

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

Class Method Details

.fieldObject



9324
9325
9326
# File 'lib/quickfix_fields.rb', line 9324

def ThresholdAmount.field
  return 834
end