Class: Quickfix::TransferInstructionID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::TransferInstructionID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TransferInstructionID
constructor
A new instance of TransferInstructionID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ TransferInstructionID
Returns a new instance of TransferInstructionID.
60534 60535 60536 60537 60538 60539 60540 |
# File 'lib/quickfix_fields.rb', line 60534 def initialize(data = nil) if( data == nil ) super(2436) else super(2436, data) end end |
Class Method Details
.field ⇒ Object
60531 60532 60533 |
# File 'lib/quickfix_fields.rb', line 60531 def TransferInstructionID.field return 2436 end |