Class: Quickfix::NoProtectionTermEventNewsSources

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

Returns a new instance of NoProtectionTermEventNewsSources.



39617
39618
39619
39620
39621
39622
39623
# File 'lib/quickfix_fields.rb', line 39617

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

Class Method Details

.fieldObject



39614
39615
39616
# File 'lib/quickfix_fields.rb', line 39614

def NoProtectionTermEventNewsSources.field
  return 40951
end