Class: Quickfix::UnderlyingSettlMethodElectionDateOffsetDayType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingSettlMethodElectionDateOffsetDayType

Returns a new instance of UnderlyingSettlMethodElectionDateOffsetDayType.



74990
74991
74992
74993
74994
74995
74996
# File 'lib/quickfix_fields.rb', line 74990

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