Class: Quickfix::DiscretionInst

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

Returns a new instance of DiscretionInst.



4829
4830
4831
4832
4833
4834
4835
# File 'lib/quickfix_fields.rb', line 4829

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

Class Method Details

.fieldObject



4826
4827
4828
# File 'lib/quickfix_fields.rb', line 4826

def DiscretionInst.field
	return 388
end