Class: Quickfix::LegStreamXID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegStreamXID

Returns a new instance of LegStreamXID.



51876
51877
51878
51879
51880
51881
51882
# File 'lib/quickfix_fields.rb', line 51876

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