Class: Quickfix::NonDeliverableFixingDateType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NonDeliverableFixingDateType

Returns a new instance of NonDeliverableFixingDateType.



38044
38045
38046
38047
38048
38049
38050
# File 'lib/quickfix_fields.rb', line 38044

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