Class: Quickfix::SettlMethodElectionDateOffsetPeriod

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

Returns a new instance of SettlMethodElectionDateOffsetPeriod.



70817
70818
70819
70820
70821
70822
70823
# File 'lib/quickfix_fields.rb', line 70817

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

Class Method Details

.fieldObject



70814
70815
70816
# File 'lib/quickfix_fields.rb', line 70814

def SettlMethodElectionDateOffsetPeriod.field
	return 42780
end