Class: Quickfix::QuoteEntryRejectReason

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ QuoteEntryRejectReason

Returns a new instance of QuoteEntryRejectReason.



4634
4635
4636
4637
4638
4639
4640
# File 'lib/quickfix_fields.rb', line 4634

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

Class Method Details

.fieldObject



4631
4632
4633
# File 'lib/quickfix_fields.rb', line 4631

def QuoteEntryRejectReason.field
	return 368
end