Class: Quickfix::CustodialLotID

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ CustodialLotID

Returns a new instance of CustodialLotID.



22912
22913
22914
22915
22916
22917
22918
# File 'lib/quickfix_fields.rb', line 22912

def initialize(data = nil)
  if( data == nil )
    super(1752)
  else
    super(1752, data)
  end
end

Class Method Details

.fieldObject



22909
22910
22911
# File 'lib/quickfix_fields.rb', line 22909

def CustodialLotID.field
  return 1752
end