Class: Quickfix::LegInstrumentRoundingDirection

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

Returns a new instance of LegInstrumentRoundingDirection.



43322
43323
43324
43325
43326
43327
43328
# File 'lib/quickfix_fields.rb', line 43322

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

Class Method Details

.fieldObject



43319
43320
43321
# File 'lib/quickfix_fields.rb', line 43319

def LegInstrumentRoundingDirection.field
	return 2214
end