Class: Quickfix::PaymentStreamFixedAmount

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



37498
37499
37500
37501
37502
37503
37504
# File 'lib/quickfix_fields.rb', line 37498

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

Class Method Details

.fieldObject



37495
37496
37497
# File 'lib/quickfix_fields.rb', line 37495

def PaymentStreamFixedAmount.field
  return 40785
end