Class: Quickfix::UnderlyingDeliveryScheduleXID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleXID

Returns a new instance of UnderlyingDeliveryScheduleXID.



52916
52917
52918
52919
52920
52921
52922
# File 'lib/quickfix_fields.rb', line 52916

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

Class Method Details

.fieldObject



52913
52914
52915
# File 'lib/quickfix_fields.rb', line 52913

def UnderlyingDeliveryScheduleXID.field
  return 41758
end