Class: Quickfix::EncodedPaymentText

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

Returns a new instance of EncodedPaymentText.



40059
40060
40061
40062
40063
40064
40065
# File 'lib/quickfix_fields.rb', line 40059

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

Class Method Details

.fieldObject



40056
40057
40058
# File 'lib/quickfix_fields.rb', line 40056

def EncodedPaymentText.field
  return 40985
end