Class: Quickfix::LegPaymentStreamLastResetRate

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

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

Class Method Details

.fieldObject



50274
50275
50276
# File 'lib/quickfix_fields.rb', line 50274

def LegPaymentStreamLastResetRate.field
  return 41576
end