Class: Quickfix::LastNetworkResponseID

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

Returns a new instance of LastNetworkResponseID.



12603
12604
12605
12606
12607
12608
12609
# File 'lib/quickfix_fields.rb', line 12603

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

Class Method Details

.fieldObject



12600
12601
12602
# File 'lib/quickfix_fields.rb', line 12600

def LastNetworkResponseID.field
  return 934
end