Class: Quickfix::PaymentStreamResetWeeklyRollConvention

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

Returns a new instance of PaymentStreamResetWeeklyRollConvention.



37251
37252
37253
37254
37255
37256
37257
# File 'lib/quickfix_fields.rb', line 37251

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

Class Method Details

.fieldObject



37248
37249
37250
# File 'lib/quickfix_fields.rb', line 37248

def PaymentStreamResetWeeklyRollConvention.field
  return 40766
end