Class: Quickfix::PaymentStubFixedAmount

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

Returns a new instance of PaymentStubFixedAmount.



38681
38682
38683
38684
38685
38686
38687
# File 'lib/quickfix_fields.rb', line 38681

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

Class Method Details

.fieldObject



38678
38679
38680
# File 'lib/quickfix_fields.rb', line 38678

def PaymentStubFixedAmount.field
  return 40876
end