Class: Quickfix::UnderlyingPaymentStreamFixingDateAdjusted

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

Returns a new instance of UnderlyingPaymentStreamFixingDateAdjusted.



35236
35237
35238
35239
35240
35241
35242
# File 'lib/quickfix_fields.rb', line 35236

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

Class Method Details

.fieldObject



35233
35234
35235
# File 'lib/quickfix_fields.rb', line 35233

def UnderlyingPaymentStreamFixingDateAdjusted.field
  return 40611
end