Class: Quickfix::LegPaymentStreamResetWeeklyRollConvention

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

Returns a new instance of LegPaymentStreamResetWeeklyRollConvention.



31297
31298
31299
31300
31301
31302
31303
# File 'lib/quickfix_fields.rb', line 31297

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

Class Method Details

.fieldObject



31294
31295
31296
# File 'lib/quickfix_fields.rb', line 31294

def LegPaymentStreamResetWeeklyRollConvention.field
  return 40308
end