Class: Quickfix::NoAttachmentKeywords

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

Returns a new instance of NoAttachmentKeywords.



40566
40567
40568
40569
40570
40571
40572
# File 'lib/quickfix_fields.rb', line 40566

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

Class Method Details

.fieldObject



40563
40564
40565
# File 'lib/quickfix_fields.rb', line 40563

def NoAttachmentKeywords.field
  return 2113
end