Class: Quickfix::AllocRegulatoryTradeIDType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::AllocRegulatoryTradeIDType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocRegulatoryTradeIDType
constructor
A new instance of AllocRegulatoryTradeIDType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ AllocRegulatoryTradeIDType
Returns a new instance of AllocRegulatoryTradeIDType.
25187 25188 25189 25190 25191 25192 25193 |
# File 'lib/quickfix_fields.rb', line 25187 def initialize(data = nil) if( data == nil ) super(1912) else super(1912, data) end end |
Class Method Details
.field ⇒ Object
25184 25185 25186 |
# File 'lib/quickfix_fields.rb', line 25184 def AllocRegulatoryTradeIDType.field return 1912 end |