Class: Quickfix::DerivativePutOrCall

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativePutOrCall

Returns a new instance of DerivativePutOrCall.



7416
7417
7418
7419
7420
7421
7422
# File 'lib/quickfix_fields.rb', line 7416

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

Class Method Details

.fieldObject



7413
7414
7415
# File 'lib/quickfix_fields.rb', line 7413

def DerivativePutOrCall.field
	return 1323
end