Class: Quickfix::DerivativeSecurityStatus

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

Returns a new instance of DerivativeSecurityStatus.



16685
16686
16687
16688
16689
16690
16691
# File 'lib/quickfix_fields.rb', line 16685

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

Class Method Details

.fieldObject



16682
16683
16684
# File 'lib/quickfix_fields.rb', line 16682

def DerivativeSecurityStatus.field
	return 1256
end