Class: Quickfix::MinOfferSize

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MinOfferSize

Returns a new instance of MinOfferSize.



6480
6481
6482
6483
6484
6485
6486
# File 'lib/quickfix_fields.rb', line 6480

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

Class Method Details

.fieldObject



6477
6478
6479
# File 'lib/quickfix_fields.rb', line 6477

def MinOfferSize.field
	return 648
end