Class: Quickfix::UnderlyingPaymentStubFixedAmount

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

Returns a new instance of UnderlyingPaymentStubFixedAmount.



36549
36550
36551
36552
36553
36554
36555
# File 'lib/quickfix_fields.rb', line 36549

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

Class Method Details

.fieldObject



36546
36547
36548
# File 'lib/quickfix_fields.rb', line 36546

def UnderlyingPaymentStubFixedAmount.field
  return 40712
end