Class: Quickfix::PaymentStreamFlatRateAmount

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

Class Method Details

.fieldObject



44593
44594
44595
# File 'lib/quickfix_fields.rb', line 44593

def PaymentStreamFlatRateAmount.field
  return 41181
end