Class: Quickfix::EventPx

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ EventPx

Returns a new instance of EventPx.



10419
10420
10421
10422
10423
10424
10425
# File 'lib/quickfix_fields.rb', line 10419

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

Class Method Details

.fieldObject



10416
10417
10418
# File 'lib/quickfix_fields.rb', line 10416

def EventPx.field
	return 867
end