Class: Quickfix::UnderlyingPaymentScheduleFixingDateUnadjusted

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

Returns a new instance of UnderlyingPaymentScheduleFixingDateUnadjusted.



36211
36212
36213
36214
36215
36216
36217
# File 'lib/quickfix_fields.rb', line 36211

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

Class Method Details

.fieldObject



36208
36209
36210
# File 'lib/quickfix_fields.rb', line 36208

def UnderlyingPaymentScheduleFixingDateUnadjusted.field
  return 40686
end