Class: Quickfix::PartyDetailDefinitionStatus

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

Returns a new instance of PartyDetailDefinitionStatus.



24589
24590
24591
24592
24593
24594
24595
# File 'lib/quickfix_fields.rb', line 24589

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

Class Method Details

.fieldObject



24586
24587
24588
# File 'lib/quickfix_fields.rb', line 24586

def PartyDetailDefinitionStatus.field
	return 1879
end