Class: Quickfix::NoApplIDs

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoApplIDs

Returns a new instance of NoApplIDs.



17868
17869
17870
17871
17872
17873
17874
# File 'lib/quickfix_fields.rb', line 17868

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

Class Method Details

.fieldObject



17865
17866
17867
# File 'lib/quickfix_fields.rb', line 17865

def NoApplIDs.field
  return 1351
end