Class: Quickfix::DerivativeExerciseStyle

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeExerciseStyle

Returns a new instance of DerivativeExerciseStyle.



17244
17245
17246
17247
17248
17249
17250
# File 'lib/quickfix_fields.rb', line 17244

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