Class: Quickfix::PaymentStreamPaymentRollConvention

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

Returns a new instance of PaymentStreamPaymentRollConvention.



37108
37109
37110
37111
37112
37113
37114
# File 'lib/quickfix_fields.rb', line 37108

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

Class Method Details

.fieldObject



37105
37106
37107
# File 'lib/quickfix_fields.rb', line 37105

def PaymentStreamPaymentRollConvention.field
  return 40755
end