Class: Quickfix::LegStrikeIndex

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegStrikeIndex

Returns a new instance of LegStrikeIndex.



42958
42959
42960
42961
42962
42963
42964
# File 'lib/quickfix_fields.rb', line 42958

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