Class: Quickfix::PaymentStreamCompoundingFloorRateBuySide

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamCompoundingFloorRateBuySide

Returns a new instance of PaymentStreamCompoundingFloorRateBuySide.



68971
68972
68973
68974
68975
68976
68977
# File 'lib/quickfix_fields.rb', line 68971

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