Class: Quickfix::ExecInst

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ExecInst

Returns a new instance of ExecInst.



12590
12591
12592
12593
12594
12595
12596
# File 'lib/quickfix_fields.rb', line 12590

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

Class Method Details

.fieldObject



12587
12588
12589
# File 'lib/quickfix_fields.rb', line 12587

def ExecInst.field
	return 18
end