Class: Quickfix::LegStrikeIndexQuote

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegStrikeIndexQuote

Returns a new instance of LegStrikeIndexQuote.



64512
64513
64514
64515
64516
64517
64518
# File 'lib/quickfix_fields.rb', line 64512

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

Class Method Details

.fieldObject



64509
64510
64511
# File 'lib/quickfix_fields.rb', line 64509

def LegStrikeIndexQuote.field
	return 2605
end