Class: Quickfix::LegComplexEventCreditEventCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegComplexEventCreditEventCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegComplexEventCreditEventCurrency
constructor
A new instance of LegComplexEventCreditEventCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegComplexEventCreditEventCurrency
Returns a new instance of LegComplexEventCreditEventCurrency.
47027 47028 47029 47030 47031 47032 47033 |
# File 'lib/quickfix_fields.rb', line 47027 def initialize(data = nil) if( data == nil ) super(41369) else super(41369, data) end end |
Class Method Details
.field ⇒ Object
47024 47025 47026 |
# File 'lib/quickfix_fields.rb', line 47024 def LegComplexEventCreditEventCurrency.field return 41369 end |