Class: Quickfix::LegPaymentStreamCapRateSellSide

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamCapRateSellSide

Returns a new instance of LegPaymentStreamCapRateSellSide.



31726
31727
31728
31729
31730
31731
31732
# File 'lib/quickfix_fields.rb', line 31726

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