Class: Quickfix::LegPaymentStreamLastResetRate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamLastResetRate

Returns a new instance of LegPaymentStreamLastResetRate.



50277
50278
50279
50280
50281
50282
50283
# File 'lib/quickfix_fields.rb', line 50277

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