Class: Quickfix::RegistRejReasonText

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

Returns a new instance of RegistRejReasonText.



6844
6845
6846
6847
6848
6849
6850
# File 'lib/quickfix_fields.rb', line 6844

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

Class Method Details

.fieldObject



6841
6842
6843
# File 'lib/quickfix_fields.rb', line 6841

def RegistRejReasonText.field
  return 496
end