Class: Quickfix::LegSettlMethodElectionDateOffsetDayType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegSettlMethodElectionDateOffsetDayType

Returns a new instance of LegSettlMethodElectionDateOffsetDayType.



68230
68231
68232
68233
68234
68235
68236
# File 'lib/quickfix_fields.rb', line 68230

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