Class: Quickfix::InstrumentRoundingDirection

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) ⇒ InstrumentRoundingDirection

Returns a new instance of InstrumentRoundingDirection.



42438
42439
42440
42441
42442
42443
42444
# File 'lib/quickfix_fields.rb', line 42438

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

Class Method Details

.fieldObject



42435
42436
42437
# File 'lib/quickfix_fields.rb', line 42435

def InstrumentRoundingDirection.field
	return 2144
end