Class: Quickfix::UserRequestID

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

Returns a new instance of UserRequestID.



12473
12474
12475
12476
12477
12478
12479
# File 'lib/quickfix_fields.rb', line 12473

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

Class Method Details

.fieldObject



12470
12471
12472
# File 'lib/quickfix_fields.rb', line 12470

def UserRequestID.field
  return 923
end