Class: Quickfix::DefOfferSize

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ DefOfferSize

Returns a new instance of DefOfferSize.



3711
3712
3713
3714
3715
3716
3717
# File 'lib/quickfix_fields.rb', line 3711

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

Class Method Details

.fieldObject



3708
3709
3710
# File 'lib/quickfix_fields.rb', line 3708

def DefOfferSize.field
	return 294
end