Class: Quickfix::LegPaymentStreamRate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamRate

Returns a new instance of LegPaymentStreamRate.



31531
31532
31533
31534
31535
31536
31537
# File 'lib/quickfix_fields.rb', line 31531

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