Class: Quickfix::DlvyInst

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DlvyInst

Returns a new instance of DlvyInst.



10848
10849
10850
10851
10852
10853
10854
# File 'lib/quickfix_fields.rb', line 10848

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

Class Method Details

.fieldObject



10845
10846
10847
# File 'lib/quickfix_fields.rb', line 10845

def DlvyInst.field
	return 86
end