Class: Quickfix::FirmAllocText
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::FirmAllocText
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ FirmAllocText
constructor
A new instance of FirmAllocText.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ FirmAllocText
Returns a new instance of FirmAllocText.
22496 22497 22498 22499 22500 22501 22502 |
# File 'lib/quickfix_fields.rb', line 22496 def initialize(data = nil) if( data == nil ) super(1732) else super(1732, data) end end |
Class Method Details
.field ⇒ Object
22493 22494 22495 |
# File 'lib/quickfix_fields.rb', line 22493 def FirmAllocText.field return 1732 end |