Class: Quickfix::NetworkResponseID

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

Returns a new instance of NetworkResponseID.



12577
12578
12579
12580
12581
12582
12583
# File 'lib/quickfix_fields.rb', line 12577

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

Class Method Details

.fieldObject



12574
12575
12576
# File 'lib/quickfix_fields.rb', line 12574

def NetworkResponseID.field
  return 932
end