Class: Quickfix::UnderlyingProvisionPartySubIDType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionPartySubIDType

Returns a new instance of UnderlyingProvisionPartySubIDType.



60170
60171
60172
60173
60174
60175
60176
# File 'lib/quickfix_fields.rb', line 60170

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