Class: Quickfix::NoSecurityAltID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoSecurityAltID

Returns a new instance of NoSecurityAltID.



11706
11707
11708
11709
11710
11711
11712
# File 'lib/quickfix_fields.rb', line 11706

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

Class Method Details

.fieldObject



11703
11704
11705
# File 'lib/quickfix_fields.rb', line 11703

def NoSecurityAltID.field
  return 454
end