Class: Quickfix::UnderlyingPaymentScheduleStubType

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

Returns a new instance of UnderlyingPaymentScheduleStubType.



35951
35952
35953
35954
35955
35956
35957
# File 'lib/quickfix_fields.rb', line 35951

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

Class Method Details

.fieldObject



35948
35949
35950
# File 'lib/quickfix_fields.rb', line 35948

def UnderlyingPaymentScheduleStubType.field
  return 40666
end