Class: Quickfix::NoUnderlyingStips

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

Returns a new instance of NoUnderlyingStips.



12005
12006
12007
12008
12009
12010
12011
# File 'lib/quickfix_fields.rb', line 12005

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

Class Method Details

.fieldObject



12002
12003
12004
# File 'lib/quickfix_fields.rb', line 12002

def NoUnderlyingStips.field
  return 887
end