Class: Quickfix::PartyRole

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PartyRole

Returns a new instance of PartyRole.



1774
1775
1776
1777
1778
1779
1780
# File 'lib/quickfix_fields.rb', line 1774

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

Class Method Details

.fieldObject



1771
1772
1773
# File 'lib/quickfix_fields.rb', line 1771

def PartyRole.field
	return 452
end