Class: Quickfix::StrikeCurrencyCodeSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::StrikeCurrencyCodeSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StrikeCurrencyCodeSource
constructor
A new instance of StrikeCurrencyCodeSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ StrikeCurrencyCodeSource
Returns a new instance of StrikeCurrencyCodeSource.
78604 78605 78606 78607 78608 78609 78610 |
# File 'lib/quickfix_fields.rb', line 78604 def initialize(data = nil) if( data == nil ) super(2904) else super(2904, data) end end |
Class Method Details
.field ⇒ Object
78601 78602 78603 |
# File 'lib/quickfix_fields.rb', line 78601 def StrikeCurrencyCodeSource.field return 2904 end |