Class: Quickfix::LegAllocSettlCurrencyCodeSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegAllocSettlCurrencyCodeSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegAllocSettlCurrencyCodeSource
constructor
A new instance of LegAllocSettlCurrencyCodeSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegAllocSettlCurrencyCodeSource
Returns a new instance of LegAllocSettlCurrencyCodeSource.
78916 78917 78918 78919 78920 78921 78922 |
# File 'lib/quickfix_fields.rb', line 78916 def initialize(data = nil) if( data == nil ) super(2928) else super(2928, data) end end |
Class Method Details
.field ⇒ Object
78913 78914 78915 |
# File 'lib/quickfix_fields.rb', line 78913 def LegAllocSettlCurrencyCodeSource.field return 2928 end |