Class: Quickfix::AsgnRptID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::AsgnRptID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AsgnRptID
constructor
A new instance of AsgnRptID.
Constructor Details
#initialize(data = nil) ⇒ AsgnRptID
Returns a new instance of AsgnRptID.
10432 10433 10434 10435 10436 10437 10438 |
# File 'lib/quickfix_fields.rb', line 10432 def initialize(data = nil) if( data == nil ) super(833) else super(833, data) end end |
Class Method Details
.field ⇒ Object
10429 10430 10431 |
# File 'lib/quickfix_fields.rb', line 10429 def AsgnRptID.field return 833 end |