Class: Quickfix::TargetSubID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TargetSubID

Returns a new instance of TargetSubID.



18453
18454
18455
18456
18457
18458
18459
# File 'lib/quickfix_fields.rb', line 18453

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

Class Method Details

.fieldObject



18450
18451
18452
# File 'lib/quickfix_fields.rb', line 18450

def TargetSubID.field
	return 57
end