Class: Quickfix::TargetCompID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TargetCompID

Returns a new instance of TargetCompID.



2723
2724
2725
2726
2727
2728
2729
# File 'lib/quickfix_fields.rb', line 2723

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

Class Method Details

.fieldObject



2720
2721
2722
# File 'lib/quickfix_fields.rb', line 2720

def TargetCompID.field
	return 56
end