Class: Quickfix::FillExecID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ FillExecID

Returns a new instance of FillExecID.



11940
11941
11942
11943
11944
11945
11946
# File 'lib/quickfix_fields.rb', line 11940

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

Class Method Details

.fieldObject



11937
11938
11939
# File 'lib/quickfix_fields.rb', line 11937

def FillExecID.field
	return 1363
end