Class: Quickfix::SideFillStationCd
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::SideFillStationCd
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideFillStationCd
constructor
A new instance of SideFillStationCd.
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
.field ⇒ Object
16617 16618 16619 |
# File 'lib/quickfix_fields.rb', line 16617 def SideFillStationCd.field return 1006 end |