Class: Quickfix::TrdRegPublicationType

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

Returns a new instance of TrdRegPublicationType.



75159
75160
75161
75162
75163
75164
75165
# File 'lib/quickfix_fields.rb', line 75159

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

Class Method Details

.fieldObject



75156
75157
75158
# File 'lib/quickfix_fields.rb', line 75156

def TrdRegPublicationType.field
  return 2669
end