Class: Quickfix::RefApplReqID

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

Returns a new instance of RefApplReqID.



18973
18974
18975
18976
18977
18978
18979
# File 'lib/quickfix_fields.rb', line 18973

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

Class Method Details

.fieldObject



18970
18971
18972
# File 'lib/quickfix_fields.rb', line 18970

def RefApplReqID.field
  return 1433
end