Class: Quickfix::DerivativePutOrCall

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativePutOrCall

Returns a new instance of DerivativePutOrCall.



17543
17544
17545
17546
17547
17548
17549
# File 'lib/quickfix_fields.rb', line 17543

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