Class: Quickfix::SideRegulatoryTradeIDType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::SideRegulatoryTradeIDType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideRegulatoryTradeIDType
constructor
A new instance of SideRegulatoryTradeIDType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ SideRegulatoryTradeIDType
Returns a new instance of SideRegulatoryTradeIDType.
25863 25864 25865 25866 25867 25868 25869 |
# File 'lib/quickfix_fields.rb', line 25863 def initialize(data = nil) if( data == nil ) super(1975) else super(1975, data) end end |
Class Method Details
.field ⇒ Object
25860 25861 25862 |
# File 'lib/quickfix_fields.rb', line 25860 def SideRegulatoryTradeIDType.field return 1975 end |