Class: Quickfix::UnderlyingNonDeliverableFixingDateType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingNonDeliverableFixingDateType

Returns a new instance of UnderlyingNonDeliverableFixingDateType.



35847
35848
35849
35850
35851
35852
35853
# File 'lib/quickfix_fields.rb', line 35847

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