Class: Quickfix::DerivativeSecurityXML

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

Returns a new instance of DerivativeSecurityXML.



17036
17037
17038
17039
17040
17041
17042
# File 'lib/quickfix_fields.rb', line 17036

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

Class Method Details

.fieldObject



17033
17034
17035
# File 'lib/quickfix_fields.rb', line 17033

def DerivativeSecurityXML.field
	return 1283
end