Class: Quickfix::LimitAmtCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LimitAmtCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LimitAmtCurrency
constructor
A new instance of LimitAmtCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LimitAmtCurrency
Returns a new instance of LimitAmtCurrency.
20091 20092 20093 20094 20095 20096 20097 |
# File 'lib/quickfix_fields.rb', line 20091 def initialize(data = nil) if( data == nil ) super(1634) else super(1634, data) end end |
Class Method Details
.field ⇒ Object
20088 20089 20090 |
# File 'lib/quickfix_fields.rb', line 20088 def LimitAmtCurrency.field return 1634 end |