Class: Quickfix::SideFillStationCd

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SideFillStationCd

Returns a new instance of SideFillStationCd.



16620
16621
16622
16623
16624
16625
16626
# File 'lib/quickfix_fields.rb', line 16620

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

Class Method Details

.fieldObject



16617
16618
16619
# File 'lib/quickfix_fields.rb', line 16617

def SideFillStationCd.field
  return 1006
end