Class: Quickfix::AllocSettlCurrencyCodeSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::AllocSettlCurrencyCodeSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocSettlCurrencyCodeSource
constructor
A new instance of AllocSettlCurrencyCodeSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ AllocSettlCurrencyCodeSource
Returns a new instance of AllocSettlCurrencyCodeSource.
78903 78904 78905 78906 78907 78908 78909 |
# File 'lib/quickfix_fields.rb', line 78903 def initialize(data = nil) if( data == nil ) super(2927) else super(2927, data) end end |
Class Method Details
.field ⇒ Object
78900 78901 78902 |
# File 'lib/quickfix_fields.rb', line 78900 def AllocSettlCurrencyCodeSource.field return 2927 end |