Class: Quickfix::UnderlyingPaymentScheduleStartDateUnadjusted

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentScheduleStartDateUnadjusted

Returns a new instance of UnderlyingPaymentScheduleStartDateUnadjusted.



35964
35965
35966
35967
35968
35969
35970
# File 'lib/quickfix_fields.rb', line 35964

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

Class Method Details

.fieldObject



35961
35962
35963
# File 'lib/quickfix_fields.rb', line 35961

def UnderlyingPaymentScheduleStartDateUnadjusted.field
  return 40667
end