Class: Quickfix::QuoteEntryRejectReason

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ QuoteEntryRejectReason

Returns a new instance of QuoteEntryRejectReason.



2203
2204
2205
2206
2207
2208
2209
# File 'lib/quickfix_fields.rb', line 2203

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

Class Method Details

.fieldObject



2200
2201
2202
# File 'lib/quickfix_fields.rb', line 2200

def QuoteEntryRejectReason.field
	return 368
end