Class: Quickfix::LegPaymentStreamCompoundingRollConvention

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

Returns a new instance of LegPaymentStreamCompoundingRollConvention.



66111
66112
66113
66114
66115
66116
66117
# File 'lib/quickfix_fields.rb', line 66111

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

Class Method Details

.fieldObject



66108
66109
66110
# File 'lib/quickfix_fields.rb', line 66108

def LegPaymentStreamCompoundingRollConvention.field
  return 42416
end