Class: Quickfix::DeliveryRouteOrCharter

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



76433
76434
76435
76436
76437
76438
76439
# File 'lib/quickfix_fields.rb', line 76433

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

Class Method Details

.fieldObject



76430
76431
76432
# File 'lib/quickfix_fields.rb', line 76430

def DeliveryRouteOrCharter.field
  return 2752
end