Class: Quickfix::ParentMktSegmID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ ParentMktSegmID

Returns a new instance of ParentMktSegmID.



17738
17739
17740
17741
17742
17743
17744
# File 'lib/quickfix_fields.rb', line 17738

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

Class Method Details

.fieldObject



17735
17736
17737
# File 'lib/quickfix_fields.rb', line 17735

def ParentMktSegmID.field
	return 1325
end