Class: Quickfix::UnderlyingPaymentSchedulePaySide

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

Returns a new instance of UnderlyingPaymentSchedulePaySide.



35990
35991
35992
35993
35994
35995
35996
# File 'lib/quickfix_fields.rb', line 35990

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

Class Method Details

.fieldObject



35987
35988
35989
# File 'lib/quickfix_fields.rb', line 35987

def UnderlyingPaymentSchedulePaySide.field
  return 40669
end