Class: Quickfix::UnderlyingPaymentStreamRateCutoffDateOffsetUnit

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

Returns a new instance of UnderlyingPaymentStreamRateCutoffDateOffsetUnit.



35262
35263
35264
35265
35266
35267
35268
# File 'lib/quickfix_fields.rb', line 35262

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

Class Method Details

.fieldObject



35259
35260
35261
# File 'lib/quickfix_fields.rb', line 35259

def UnderlyingPaymentStreamRateCutoffDateOffsetUnit.field
  return 40613
end