Class: Quickfix::SelfMatchPreventionID

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ SelfMatchPreventionID

Returns a new instance of SelfMatchPreventionID.



75094
75095
75096
75097
75098
75099
75100
# File 'lib/quickfix_fields.rb', line 75094

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

Class Method Details

.fieldObject



75091
75092
75093
# File 'lib/quickfix_fields.rb', line 75091

def SelfMatchPreventionID.field
  return 2362
end