Class: Quickfix::DerivativeInTheMoneyCondition

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeInTheMoneyCondition

Returns a new instance of DerivativeInTheMoneyCondition.



75432
75433
75434
75435
75436
75437
75438
# File 'lib/quickfix_fields.rb', line 75432

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