Class: Quickfix::LegSettlMethodElectionDateUnadjusted

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

Returns a new instance of LegSettlMethodElectionDateUnadjusted.



68165
68166
68167
68168
68169
68170
68171
# File 'lib/quickfix_fields.rb', line 68165

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

Class Method Details

.fieldObject



68162
68163
68164
# File 'lib/quickfix_fields.rb', line 68162

def LegSettlMethodElectionDateUnadjusted.field
	return 42574
end