Class: Quickfix::LegStreamMaximumPaymentAmount

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



49965
49966
49967
49968
49969
49970
49971
# File 'lib/quickfix_fields.rb', line 49965

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

Class Method Details

.fieldObject



49962
49963
49964
# File 'lib/quickfix_fields.rb', line 49962

def LegStreamMaximumPaymentAmount.field
  return 41552
end