Class: Quickfix::ParentMktSegmID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ParentMktSegmID

Returns a new instance of ParentMktSegmID.



13591
13592
13593
13594
13595
13596
13597
# File 'lib/quickfix_fields.rb', line 13591

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

Class Method Details

.fieldObject



13588
13589
13590
# File 'lib/quickfix_fields.rb', line 13588

def ParentMktSegmID.field
	return 1325
end