Class: Quickfix::LegDeliveryScheduleSettlTotalHours

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegDeliveryScheduleSettlTotalHours

Returns a new instance of LegDeliveryScheduleSettlTotalHours.



48197
48198
48199
48200
48201
48202
48203
# File 'lib/quickfix_fields.rb', line 48197

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

Class Method Details

.fieldObject



48194
48195
48196
# File 'lib/quickfix_fields.rb', line 48194

def LegDeliveryScheduleSettlTotalHours.field
  return 41424
end