Class: Quickfix::LegPaymentStreamInterpolationPeriod

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamInterpolationPeriod

Returns a new instance of LegPaymentStreamInterpolationPeriod.



65942
65943
65944
65945
65946
65947
65948
# File 'lib/quickfix_fields.rb', line 65942

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

Class Method Details

.fieldObject



65939
65940
65941
# File 'lib/quickfix_fields.rb', line 65939

def LegPaymentStreamInterpolationPeriod.field
  return 42403
end