Class: Quickfix::PartyDetailRequestStatus

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) ⇒ PartyDetailRequestStatus

Returns a new instance of PartyDetailRequestStatus.



24576
24577
24578
24579
24580
24581
24582
# File 'lib/quickfix_fields.rb', line 24576

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

Class Method Details

.fieldObject



24573
24574
24575
# File 'lib/quickfix_fields.rb', line 24573

def PartyDetailRequestStatus.field
	return 1878
end