Class: Quickfix::NoTrdRegPublications

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

Returns a new instance of NoTrdRegPublications.



75146
75147
75148
75149
75150
75151
75152
# File 'lib/quickfix_fields.rb', line 75146

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

Class Method Details

.fieldObject



75143
75144
75145
# File 'lib/quickfix_fields.rb', line 75143

def NoTrdRegPublications.field
  return 2668
end