Class: Quickfix::PegPriceType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PegPriceType

Returns a new instance of PegPriceType.



2593
2594
2595
2596
2597
2598
2599
# File 'lib/quickfix_fields.rb', line 2593

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

Class Method Details

.fieldObject



2590
2591
2592
# File 'lib/quickfix_fields.rb', line 2590

def PegPriceType.field
	return 1094
end