Class: Quickfix::StreamCommodityXID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::StreamCommodityXID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StreamCommodityXID
constructor
A new instance of StreamCommodityXID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ StreamCommodityXID
45792 45793 45794 45795 45796 45797 45798 |
# File 'lib/quickfix_fields.rb', line 45792 def initialize(data = nil) if( data == nil ) super(41275) else super(41275, data) end end |
Class Method Details
.field ⇒ Object
45789 45790 45791 |
# File 'lib/quickfix_fields.rb', line 45789 def StreamCommodityXID.field return 41275 end |