Class: Quickfix::UnderlyingPaymentScheduleFixingDateAdjusted

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

Returns a new instance of UnderlyingPaymentScheduleFixingDateAdjusted.



36315
36316
36317
36318
36319
36320
36321
# File 'lib/quickfix_fields.rb', line 36315

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

Class Method Details

.fieldObject



36312
36313
36314
# File 'lib/quickfix_fields.rb', line 36312

def UnderlyingPaymentScheduleFixingDateAdjusted.field
  return 40694
end