Class: Quickfix::NoSecurityClassifications

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NoSecurityClassifications

Returns a new instance of NoSecurityClassifications.



21729
21730
21731
21732
21733
21734
21735
# File 'lib/quickfix_fields.rb', line 21729

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

Class Method Details

.fieldObject



21726
21727
21728
# File 'lib/quickfix_fields.rb', line 21726

def NoSecurityClassifications.field
  return 1582
end