Class: Quickfix::RejectText

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

Returns a new instance of RejectText.



17777
17778
17779
17780
17781
17782
17783
# File 'lib/quickfix_fields.rb', line 17777

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

Class Method Details

.fieldObject



17774
17775
17776
# File 'lib/quickfix_fields.rb', line 17774

def RejectText.field
  return 1328
end