Class: Quickfix::DerivativeEventType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeEventType

Returns a new instance of DerivativeEventType.



5739
5740
5741
5742
5743
5744
5745
# File 'lib/quickfix_fields.rb', line 5739

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

Class Method Details

.fieldObject



5736
5737
5738
# File 'lib/quickfix_fields.rb', line 5736

def DerivativeEventType.field
	return 1287
end