Class: Quickfix::MktOfferPx

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MktOfferPx

Returns a new instance of MktOfferPx.



2502
2503
2504
2505
2506
2507
2508
# File 'lib/quickfix_fields.rb', line 2502

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

Class Method Details

.fieldObject



2499
2500
2501
# File 'lib/quickfix_fields.rb', line 2499

def MktOfferPx.field
	return 646
end