Class: Quickfix::UnderlyingStrikePrice

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStrikePrice

Returns a new instance of UnderlyingStrikePrice.



1449
1450
1451
1452
1453
1454
1455
# File 'lib/quickfix_fields.rb', line 1449

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

Class Method Details

.fieldObject



1446
1447
1448
# File 'lib/quickfix_fields.rb', line 1446

def UnderlyingStrikePrice.field
	return 316
end