Class: Quickfix::UnderlyingNotionalXIDRef

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

Returns a new instance of UnderlyingNotionalXIDRef.



72299
72300
72301
72302
72303
72304
72305
# File 'lib/quickfix_fields.rb', line 72299

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

Class Method Details

.fieldObject



72296
72297
72298
# File 'lib/quickfix_fields.rb', line 72296

def UnderlyingNotionalXIDRef.field
	return 2619
end