Class: Quickfix::LegSettlMethodElectionDateRelativeTo

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegSettlMethodElectionDateRelativeTo

Returns a new instance of LegSettlMethodElectionDateRelativeTo.



68191
68192
68193
68194
68195
68196
68197
# File 'lib/quickfix_fields.rb', line 68191

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

Class Method Details

.fieldObject



68188
68189
68190
# File 'lib/quickfix_fields.rb', line 68188

def LegSettlMethodElectionDateRelativeTo.field
	return 42576
end