Class: Quickfix::UnderlyingStreamNotionalXIDRef

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

Returns a new instance of UnderlyingStreamNotionalXIDRef.



56491
56492
56493
56494
56495
56496
56497
# File 'lib/quickfix_fields.rb', line 56491

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

Class Method Details

.fieldObject



56488
56489
56490
# File 'lib/quickfix_fields.rb', line 56488

def UnderlyingStreamNotionalXIDRef.field
	return 42018
end