Class: Quickfix::PaymentStreamNearestExchangeContractRefID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamNearestExchangeContractRefID

Returns a new instance of PaymentStreamNearestExchangeContractRefID.



69517
69518
69519
69520
69521
69522
69523
# File 'lib/quickfix_fields.rb', line 69517

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

Class Method Details

.fieldObject



69514
69515
69516
# File 'lib/quickfix_fields.rb', line 69514

def PaymentStreamNearestExchangeContractRefID.field
	return 42681
end