Class: Quickfix::UnderlyingPaymentScheduleFixingTime

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

Returns a new instance of UnderlyingPaymentScheduleFixingTime.



36328
36329
36330
36331
36332
36333
36334
# File 'lib/quickfix_fields.rb', line 36328

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

Class Method Details

.fieldObject



36325
36326
36327
# File 'lib/quickfix_fields.rb', line 36325

def UnderlyingPaymentScheduleFixingTime.field
  return 40695
end