Class: Quickfix::TradeAllocCurrencyCodeSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::TradeAllocCurrencyCodeSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradeAllocCurrencyCodeSource
constructor
A new instance of TradeAllocCurrencyCodeSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ TradeAllocCurrencyCodeSource
Returns a new instance of TradeAllocCurrencyCodeSource.
78981 78982 78983 78984 78985 78986 78987 |
# File 'lib/quickfix_fields.rb', line 78981 def initialize(data = nil) if( data == nil ) super(2933) else super(2933, data) end end |
Class Method Details
.field ⇒ Object
78978 78979 78980 |
# File 'lib/quickfix_fields.rb', line 78978 def TradeAllocCurrencyCodeSource.field return 2933 end |