Class: Quickfix::UnderlyingPaymentScheduleReceiveSide

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

Returns a new instance of UnderlyingPaymentScheduleReceiveSide.



36003
36004
36005
36006
36007
36008
36009
# File 'lib/quickfix_fields.rb', line 36003

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

Class Method Details

.fieldObject



36000
36001
36002
# File 'lib/quickfix_fields.rb', line 36000

def UnderlyingPaymentScheduleReceiveSide.field
  return 40670
end