Class: Quickfix::MarginReqmtInqID

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

Returns a new instance of MarginReqmtInqID.



20104
20105
20106
20107
20108
20109
20110
# File 'lib/quickfix_fields.rb', line 20104

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

Class Method Details

.fieldObject



20101
20102
20103
# File 'lib/quickfix_fields.rb', line 20101

def MarginReqmtInqID.field
  return 1635
end