Class: Quickfix::EncodedRejectText

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

Returns a new instance of EncodedRejectText.



21313
21314
21315
21316
21317
21318
21319
# File 'lib/quickfix_fields.rb', line 21313

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

Class Method Details

.fieldObject



21310
21311
21312
# File 'lib/quickfix_fields.rb', line 21310

def EncodedRejectText.field
  return 1665
end