Class: Quickfix::SideFillStationCd

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

Returns a new instance of SideFillStationCd.



13526
13527
13528
13529
13530
13531
13532
# File 'lib/quickfix_fields.rb', line 13526

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

Class Method Details

.fieldObject



13523
13524
13525
# File 'lib/quickfix_fields.rb', line 13523

def SideFillStationCd.field
  return 1006
end