Class: Quickfix::DerivativeSecurityXMLSchema

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeSecurityXMLSchema

Returns a new instance of DerivativeSecurityXMLSchema.



17608
17609
17610
17611
17612
17613
17614
# File 'lib/quickfix_fields.rb', line 17608

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

Class Method Details

.fieldObject



17605
17606
17607
# File 'lib/quickfix_fields.rb', line 17605

def DerivativeSecurityXMLSchema.field
	return 1284
end