Class: Quickfix::EncodedComplianceText

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

Returns a new instance of EncodedComplianceText.



57752
57753
57754
57755
57756
57757
57758
# File 'lib/quickfix_fields.rb', line 57752

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

Class Method Details

.fieldObject



57749
57750
57751
# File 'lib/quickfix_fields.rb', line 57749

def EncodedComplianceText.field
  return 2352
end