Class: Quickfix::PaymentStreamTotalFixedAmount

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

Returns a new instance of PaymentStreamTotalFixedAmount.



44687
44688
44689
44690
44691
44692
44693
# File 'lib/quickfix_fields.rb', line 44687

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

Class Method Details

.fieldObject



44684
44685
44686
# File 'lib/quickfix_fields.rb', line 44684

def PaymentStreamTotalFixedAmount.field
  return 41188
end