Class: Quickfix::DerivativeSecuritySubType

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



16607
16608
16609
16610
16611
16612
16613
# File 'lib/quickfix_fields.rb', line 16607

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

Class Method Details

.fieldObject



16604
16605
16606
# File 'lib/quickfix_fields.rb', line 16604

def DerivativeSecuritySubType.field
	return 1250
end