Class: Quickfix::UnderlyingDeliveryScheduleSettlEnd

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) ⇒ UnderlyingDeliveryScheduleSettlEnd



53137
53138
53139
53140
53141
53142
53143
# File 'lib/quickfix_fields.rb', line 53137

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

Class Method Details

.fieldObject



53134
53135
53136
# File 'lib/quickfix_fields.rb', line 53134

def UnderlyingDeliveryScheduleSettlEnd.field
  return 41775
end