Class: Quickfix::UnderlyingSettlMethodElectionDateUnadjusted

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

Returns a new instance of UnderlyingSettlMethodElectionDateUnadjusted.



74925
74926
74927
74928
74929
74930
74931
# File 'lib/quickfix_fields.rb', line 74925

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

Class Method Details

.fieldObject



74922
74923
74924
# File 'lib/quickfix_fields.rb', line 74922

def UnderlyingSettlMethodElectionDateUnadjusted.field
	return 43076
end