Class: Quickfix::UnderlyingProvisionType

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

Instance Method Summary collapse

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