Class: Quickfix::NoDisclosureInstructions

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

Returns a new instance of NoDisclosureInstructions.



23692
23693
23694
23695
23696
23697
23698
# File 'lib/quickfix_fields.rb', line 23692

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

Class Method Details

.fieldObject



23689
23690
23691
# File 'lib/quickfix_fields.rb', line 23689

def NoDisclosureInstructions.field
  return 1812
end