Class: Quickfix::PaymentStreamFlatRateAmount

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamFlatRateAmount

Returns a new instance of PaymentStreamFlatRateAmount.



44596
44597
44598
44599
44600
44601
44602
# File 'lib/quickfix_fields.rb', line 44596

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