Class: Quickfix::StreamCommodityExchange
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::StreamCommodityExchange
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StreamCommodityExchange
constructor
A new instance of StreamCommodityExchange.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ StreamCommodityExchange
Returns a new instance of StreamCommodityExchange.
45597 45598 45599 45600 45601 45602 45603 |
# File 'lib/quickfix_fields.rb', line 45597 def initialize(data = nil) if( data == nil ) super(41260) else super(41260, data) end end |
Class Method Details
.field ⇒ Object
45594 45595 45596 |
# File 'lib/quickfix_fields.rb', line 45594 def StreamCommodityExchange.field return 41260 end |