Class: Quickfix::UnderlyingLegPutOrCall

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingLegPutOrCall

Returns a new instance of UnderlyingLegPutOrCall.



17933
17934
17935
17936
17937
17938
17939
# File 'lib/quickfix_fields.rb', line 17933

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