Class: Quickfix::StrikePriceDeterminationMethod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StrikePriceDeterminationMethod

Returns a new instance of StrikePriceDeterminationMethod.



19558
19559
19560
19561
19562
19563
19564
# File 'lib/quickfix_fields.rb', line 19558

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