Class: Quickfix::NoMarketSettlementPartyIDs

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

Returns a new instance of NoMarketSettlementPartyIDs.



79475
79476
79477
79478
79479
79480
79481
# File 'lib/quickfix_fields.rb', line 79475

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

Class Method Details

.fieldObject



79472
79473
79474
# File 'lib/quickfix_fields.rb', line 79472

def NoMarketSettlementPartyIDs.field
	return 20108
end