Class: Quickfix::StrikePriceDeterminationMethod

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StrikePriceDeterminationMethod

Returns a new instance of StrikePriceDeterminationMethod.



8547
8548
8549
8550
8551
8552
8553
# File 'lib/quickfix_fields.rb', line 8547

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

Class Method Details

.fieldObject



8544
8545
8546
# File 'lib/quickfix_fields.rb', line 8544

def StrikePriceDeterminationMethod.field
	return 1478
end