Class: Quickfix::LegPaymentStreamCompoundingDateType

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) ⇒ LegPaymentStreamCompoundingDateType

Returns a new instance of LegPaymentStreamCompoundingDateType.



65994
65995
65996
65997
65998
65999
66000
# File 'lib/quickfix_fields.rb', line 65994

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

Class Method Details

.fieldObject



65991
65992
65993
# File 'lib/quickfix_fields.rb', line 65991

def LegPaymentStreamCompoundingDateType.field
  return 42407
end