Class: Quickfix::DerivativeSecurityType

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

Returns a new instance of DerivativeSecurityType.



16594
16595
16596
16597
16598
16599
16600
# File 'lib/quickfix_fields.rb', line 16594

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

Class Method Details

.fieldObject



16591
16592
16593
# File 'lib/quickfix_fields.rb', line 16591

def DerivativeSecurityType.field
	return 1249
end