Class: Quickfix::PaymentStreamUnderlierRefID

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

Returns a new instance of PaymentStreamUnderlierRefID.



69335
69336
69337
69338
69339
69340
69341
# File 'lib/quickfix_fields.rb', line 69335

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

Class Method Details

.fieldObject



69332
69333
69334
# File 'lib/quickfix_fields.rb', line 69332

def PaymentStreamUnderlierRefID.field
	return 42667
end