Class: Quickfix::UnderlyingProvisionPartySubID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionPartySubID

Returns a new instance of UnderlyingProvisionPartySubID.



60157
60158
60159
60160
60161
60162
60163
# File 'lib/quickfix_fields.rb', line 60157

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