Class: Quickfix::StreamAsgnType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StreamAsgnType

Returns a new instance of StreamAsgnType.



19896
19897
19898
19899
19900
19901
19902
# File 'lib/quickfix_fields.rb', line 19896

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