Class: Quickfix::UnderlyingLegSecurityAltID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingLegSecurityAltID

Returns a new instance of UnderlyingLegSecurityAltID.



12096
12097
12098
12099
12100
12101
12102
# File 'lib/quickfix_fields.rb', line 12096

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

Class Method Details

.fieldObject



12093
12094
12095
# File 'lib/quickfix_fields.rb', line 12093

def UnderlyingLegSecurityAltID.field
	return 1335
end