Class: Quickfix::UnderlyingPaymentStreamUnderlierRefID

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

Returns a new instance of UnderlyingPaymentStreamUnderlierRefID.



73443
73444
73445
73446
73447
73448
73449
# File 'lib/quickfix_fields.rb', line 73443

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

Class Method Details

.fieldObject



73440
73441
73442
# File 'lib/quickfix_fields.rb', line 73440

def UnderlyingPaymentStreamUnderlierRefID.field
	return 42962
end