Class: Quickfix::UserRequestType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UserRequestType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UserRequestType
constructor
A new instance of UserRequestType.
Constructor Details
#initialize(data = nil) ⇒ UserRequestType
Returns a new instance of UserRequestType.
2294 2295 2296 2297 2298 2299 2300 |
# File 'lib/quickfix_fields.rb', line 2294 def initialize(data = nil) if( data == nil ) super(924) else super(924, data) end end |
Class Method Details
.field ⇒ Object
2291 2292 2293 |
# File 'lib/quickfix_fields.rb', line 2291 def UserRequestType.field return 924 end |