Class: Quickfix::CollateralType

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) ⇒ CollateralType

Returns a new instance of CollateralType.



22314
22315
22316
22317
22318
22319
22320
# File 'lib/quickfix_fields.rb', line 22314

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

Class Method Details

.fieldObject



22311
22312
22313
# File 'lib/quickfix_fields.rb', line 22311

def CollateralType.field
  return 1706
end