Class: Quickfix::UnderlyingComplexEventCurrencyTwoCodeSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingComplexEventCurrencyTwoCodeSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventCurrencyTwoCodeSource
constructor
A new instance of UnderlyingComplexEventCurrencyTwoCodeSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventCurrencyTwoCodeSource
Returns a new instance of UnderlyingComplexEventCurrencyTwoCodeSource.
79189 79190 79191 79192 79193 79194 79195 |
# File 'lib/quickfix_fields.rb', line 79189 def initialize(data = nil) if( data == nil ) super(2949) else super(2949, data) end end |
Class Method Details
.field ⇒ Object
79186 79187 79188 |
# File 'lib/quickfix_fields.rb', line 79186 def .field return 2949 end |