Class: Quickfix::AsgnRptID

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

Returns a new instance of AsgnRptID.



11303
11304
11305
11306
11307
11308
11309
# File 'lib/quickfix_fields.rb', line 11303

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

Class Method Details

.fieldObject



11300
11301
11302
# File 'lib/quickfix_fields.rb', line 11300

def AsgnRptID.field
  return 833
end