Class: Quickfix::LegStreamNotionalDeterminationMethod

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

Returns a new instance of LegStreamNotionalDeterminationMethod.



68308
68309
68310
68311
68312
68313
68314
# File 'lib/quickfix_fields.rb', line 68308

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

Class Method Details

.fieldObject



68305
68306
68307
# File 'lib/quickfix_fields.rb', line 68305

def LegStreamNotionalDeterminationMethod.field
	return 42585
end