Class: Quickfix::LegPaymentStreamPaymentRollConvention

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

Returns a new instance of LegPaymentStreamPaymentRollConvention.



31141
31142
31143
31144
31145
31146
31147
# File 'lib/quickfix_fields.rb', line 31141

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

Class Method Details

.fieldObject



31138
31139
31140
# File 'lib/quickfix_fields.rb', line 31138

def LegPaymentStreamPaymentRollConvention.field
  return 40296
end