Class: Quickfix::InstrumentPartyRole

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ InstrumentPartyRole

Returns a new instance of InstrumentPartyRole.



13526
13527
13528
13529
13530
13531
13532
# File 'lib/quickfix_fields.rb', line 13526

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

Class Method Details

.fieldObject



13523
13524
13525
# File 'lib/quickfix_fields.rb', line 13523

def InstrumentPartyRole.field
	return 1051
end