Class: Quickfix::UnderlyingProvisionType

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

Returns a new instance of UnderlyingProvisionType.



59780
59781
59782
59783
59784
59785
59786
# File 'lib/quickfix_fields.rb', line 59780

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

Class Method Details

.fieldObject



59777
59778
59779
# File 'lib/quickfix_fields.rb', line 59777

def UnderlyingProvisionType.field
  return 42150
end