Class: Quickfix::StreamAsgnType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StreamAsgnType

Returns a new instance of StreamAsgnType.



13435
13436
13437
13438
13439
13440
13441
# File 'lib/quickfix_fields.rb', line 13435

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

Class Method Details

.fieldObject



13432
13433
13434
# File 'lib/quickfix_fields.rb', line 13432

def StreamAsgnType.field
	return 1617
end