Class: Quickfix::StreamAsgnRejReason

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StreamAsgnRejReason

Returns a new instance of StreamAsgnRejReason.



2619
2620
2621
2622
2623
2624
2625
# File 'lib/quickfix_fields.rb', line 2619

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

Class Method Details

.fieldObject



2616
2617
2618
# File 'lib/quickfix_fields.rb', line 2616

def StreamAsgnRejReason.field
	return 1502
end