Class: Quickfix::DerivativeSecurityXML

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeSecurityXML

Returns a new instance of DerivativeSecurityXML.



5076
5077
5078
5079
5080
5081
5082
# File 'lib/quickfix_fields.rb', line 5076

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

Class Method Details

.fieldObject



5073
5074
5075
# File 'lib/quickfix_fields.rb', line 5073

def DerivativeSecurityXML.field
	return 1283
end