Class: Quickfix::SideRegulatoryTradeIDSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SideRegulatoryTradeIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideRegulatoryTradeIDSource
constructor
A new instance of SideRegulatoryTradeIDSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SideRegulatoryTradeIDSource
Returns a new instance of SideRegulatoryTradeIDSource.
25837 25838 25839 25840 25841 25842 25843 |
# File 'lib/quickfix_fields.rb', line 25837 def initialize(data = nil) if( data == nil ) super(1973) else super(1973, data) end end |
Class Method Details
.field ⇒ Object
25834 25835 25836 |
# File 'lib/quickfix_fields.rb', line 25834 def SideRegulatoryTradeIDSource.field return 1973 end |