Class: Quickfix::PaymentStreamRateIndexLevel

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamRateIndexLevel

Returns a new instance of PaymentStreamRateIndexLevel.



44804
44805
44806
44807
44808
44809
44810
# File 'lib/quickfix_fields.rb', line 44804

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