Class: Quickfix::LegPaymentStreamRateSpreadType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamRateSpreadType

Returns a new instance of LegPaymentStreamRateSpreadType.



50264
50265
50266
50267
50268
50269
50270
# File 'lib/quickfix_fields.rb', line 50264

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