Class: Quickfix::RoundingDirection

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ RoundingDirection

Returns a new instance of RoundingDirection.



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

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

Class Method Details

.fieldObject



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

def RoundingDirection.field
	return 468
end