Class: Quickfix::StreamAsgnRptID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StreamAsgnRptID

Returns a new instance of StreamAsgnRptID.



12824
12825
12826
12827
12828
12829
12830
# File 'lib/quickfix_fields.rb', line 12824

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

Class Method Details

.fieldObject



12821
12822
12823
# File 'lib/quickfix_fields.rb', line 12821

def StreamAsgnRptID.field
	return 1501
end