Class: Quickfix::LotType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LotType

Returns a new instance of LotType.



18583
18584
18585
18586
18587
18588
18589
# File 'lib/quickfix_fields.rb', line 18583

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

Class Method Details

.fieldObject



18580
18581
18582
# File 'lib/quickfix_fields.rb', line 18580

def LotType.field
	return 1093
end