Class: Quickfix::StreamCommodityCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::StreamCommodityCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StreamCommodityCurrency
constructor
A new instance of StreamCommodityCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ StreamCommodityCurrency
Returns a new instance of StreamCommodityCurrency.
45584 45585 45586 45587 45588 45589 45590 |
# File 'lib/quickfix_fields.rb', line 45584 def initialize(data = nil) if( data == nil ) super(41259) else super(41259, data) end end |
Class Method Details
.field ⇒ Object
45581 45582 45583 |
# File 'lib/quickfix_fields.rb', line 45581 def StreamCommodityCurrency.field return 41259 end |