Class: Quickfix::UnderlyingDeliveryScheduleToleranceType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleToleranceType

Returns a new instance of UnderlyingDeliveryScheduleToleranceType.



53007
53008
53009
53010
53011
53012
53013
# File 'lib/quickfix_fields.rb', line 53007

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