Class: Quickfix::OfferPx

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ OfferPx

Returns a new instance of OfferPx.



6441
6442
6443
6444
6445
6446
6447
# File 'lib/quickfix_fields.rb', line 6441

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

Class Method Details

.fieldObject



6438
6439
6440
# File 'lib/quickfix_fields.rb', line 6438

def OfferPx.field
	return 133
end