Class: Quickfix::UnderlyingDeliveryScheduleType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleType

Returns a new instance of UnderlyingDeliveryScheduleType.



52903
52904
52905
52906
52907
52908
52909
# File 'lib/quickfix_fields.rb', line 52903

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