Class: Quickfix::UnderlyingPaymentStreamCompoundingStartDateAdjusted

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

Returns a new instance of UnderlyingPaymentStreamCompoundingStartDateAdjusted.



73235
73236
73237
73238
73239
73240
73241
# File 'lib/quickfix_fields.rb', line 73235

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

Class Method Details

.fieldObject



73232
73233
73234
# File 'lib/quickfix_fields.rb', line 73232

def UnderlyingPaymentStreamCompoundingStartDateAdjusted.field
  return 42946
end