Class: Quickfix::ApplResponseID

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ApplResponseID

Returns a new instance of ApplResponseID.



18869
18870
18871
18872
18873
18874
18875
# File 'lib/quickfix_fields.rb', line 18869

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

Class Method Details

.fieldObject



18866
18867
18868
# File 'lib/quickfix_fields.rb', line 18866

def ApplResponseID.field
  return 1353
end