Class: Quickfix::SideFillStationCd
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
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
.field ⇒ Object
13523 13524 13525 |
# File 'lib/quickfix_fields.rb', line 13523 def SideFillStationCd.field return 1006 end |