Class: Quickfix::DisclosureType

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

Returns a new instance of DisclosureType.



23705
23706
23707
23708
23709
23710
23711
# File 'lib/quickfix_fields.rb', line 23705

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

Class Method Details

.fieldObject



23702
23703
23704
# File 'lib/quickfix_fields.rb', line 23702

def DisclosureType.field
  return 1813
end