Class: Quickfix::TradeAllocCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::TradeAllocCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradeAllocCurrency
constructor
A new instance of TradeAllocCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ TradeAllocCurrency
Returns a new instance of TradeAllocCurrency.
24199 24200 24201 24202 24203 24204 24205 |
# File 'lib/quickfix_fields.rb', line 24199 def initialize(data = nil) if( data == nil ) super(1847) else super(1847, data) end end |
Class Method Details
.field ⇒ Object
24196 24197 24198 |
# File 'lib/quickfix_fields.rb', line 24196 def TradeAllocCurrency.field return 1847 end |