Class: Quickfix::LegStreamCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegStreamCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStreamCurrency
constructor
A new instance of LegStreamCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegStreamCurrency
Returns a new instance of LegStreamCurrency.
30504 30505 30506 30507 30508 30509 30510 |
# File 'lib/quickfix_fields.rb', line 30504 def initialize(data = nil) if( data == nil ) super(40247) else super(40247, data) end end |
Class Method Details
.field ⇒ Object
30501 30502 30503 |
# File 'lib/quickfix_fields.rb', line 30501 def LegStreamCurrency.field return 40247 end |