Class: Quickfix::LegSettlMethodElectionDateOffsetPeriod

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

Returns a new instance of LegSettlMethodElectionDateOffsetPeriod.



68204
68205
68206
68207
68208
68209
68210
# File 'lib/quickfix_fields.rb', line 68204

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

Class Method Details

.fieldObject



68201
68202
68203
# File 'lib/quickfix_fields.rb', line 68201

def LegSettlMethodElectionDateOffsetPeriod.field
	return 42577
end