Class: Quickfix::UnderlyingStreamCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingStreamCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamCurrency
constructor
A new instance of UnderlyingStreamCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStreamCurrency
Returns a new instance of UnderlyingStreamCurrency.
34391 34392 34393 34394 34395 34396 34397 |
# File 'lib/quickfix_fields.rb', line 34391 def initialize(data = nil) if( data == nil ) super(40546) else super(40546, data) end end |
Class Method Details
.field ⇒ Object
34388 34389 34390 |
# File 'lib/quickfix_fields.rb', line 34388 def UnderlyingStreamCurrency.field return 40546 end |