Class: Quickfix::PaymentDesc

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

Returns a new instance of PaymentDesc.



62822
62823
62824
62825
62826
62827
62828
# File 'lib/quickfix_fields.rb', line 62822

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

Class Method Details

.fieldObject



62819
62820
62821
# File 'lib/quickfix_fields.rb', line 62819

def PaymentDesc.field
  return 43087
end