Class: Quickfix::OddLot

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ OddLot

Returns a new instance of OddLot.



18258
18259
18260
18261
18262
18263
18264
# File 'lib/quickfix_fields.rb', line 18258

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

Class Method Details

.fieldObject



18255
18256
18257
# File 'lib/quickfix_fields.rb', line 18255

def OddLot.field
	return 575
end