Class: Quickfix::RegulatoryTradeIDEvent
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::RegulatoryTradeIDEvent
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RegulatoryTradeIDEvent
constructor
A new instance of RegulatoryTradeIDEvent.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ RegulatoryTradeIDEvent
Returns a new instance of RegulatoryTradeIDEvent.
25083 25084 25085 25086 25087 25088 25089 |
# File 'lib/quickfix_fields.rb', line 25083 def initialize(data = nil) if( data == nil ) super(1904) else super(1904, data) end end |
Class Method Details
.field ⇒ Object
25080 25081 25082 |
# File 'lib/quickfix_fields.rb', line 25080 def RegulatoryTradeIDEvent.field return 1904 end |