Class: Quickfix::NoUnderlyingProvisions

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

Returns a new instance of NoUnderlyingProvisions.



59767
59768
59769
59770
59771
59772
59773
# File 'lib/quickfix_fields.rb', line 59767

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

Class Method Details

.fieldObject



59764
59765
59766
# File 'lib/quickfix_fields.rb', line 59764

def NoUnderlyingProvisions.field
  return 42149
end